Zitat von EasyEventExporter
- SCRIPT -
<> Change Variable: [1] = X position on map (tiles) of hero
<> Change Variable: [2] = Y position on map (tiles) of hero
<> Loop
. <> Change Variable: [3] = X position on map (tiles) of hero
. <> Change Variable: [4] = Y position on map (tiles) of hero
. <> Fork Condition: If Variable [1] anders V[3] then ...
. . <> Erase Picture: #1
. . <> Change Switch: [1] = OFF
. . <>
. : Else ...
. . <> Fork Condition: If Variable [2] anders V[4] then ...
. . . <> Erase Picture: #1
. . . <> Change Switch: [1] = OFF
. . . <>
. . : End of fork
. . <>
. : End of fork
. . <> Wait: 0,1 sec.
. <>
: End of loop
<>
...