Zitat von EasyEventExporter
- SCRIPT -
<> Change Variable: [22-27] = 0
<> Change Variable: [28] = 1
<> Comment: __________________________________________________
<> Comment:
<> Comment: SHIFT gedrückt?
<> Comment: __________________________________________________
<> Comment:
<> Key Input Processing: Var. [22], Keys: Shift
<> Fork Condition: If Variable [22] == 7 then ...
. <> Comment: __________________________________________________
. <> Comment:
. <> Comment: Richtungstaste gedrückt?
. <> Comment: __________________________________________________
. <> Comment:
. <> Key Input Processing: Var. [23], Keys: Down, Left, Right, Up
. <> Fork Condition: If Variable [23] > 0 then ...
. . <> Fork Condition: If Variable [23] <= 4 then ...
. . . <> Comment: __________________________________________________
. . . <> Comment:
. . . <> Comment: Nächstes Tile?
. . . <> Comment: __________________________________________________
. . . <> Comment:
. . . <> Change Variable: [24] = X position on map (tiles) of hero
. . . <> Change Variable: [25] = Y position on map (tiles) of hero
. . . <> Fork Condition: If Variable [23] == 1 then ...
. . . . <> Change Variable: [25] += 1
. . . . <>
. . . : Else ...
. . . . <> Fork Condition: If Variable [23] == 2 then ...
. . . . . <> Change Variable: [24] -= 1
. . . . . <>
. . . . : Else ...
. . . . . <> Fork Condition: If Variable [23] == 3 then ...
. . . . . . <> Change Variable: [24] += 1
. . . . . . <>
. . . . . : Else ...
. . . . . . <> Fork Condition: If Variable [23] == 4 then ...
. . . . . . . <> Change Variable: [25] -= 1
. . . . . . . <>
. . . . . . : End of fork
. . . . . . <>
. . . . . : End of fork
. . . . . <>
. . . . : End of fork
. . . . <>
. . . : End of fork
. . . <> Comment: __________________________________________________
. . . <> Comment:
. . . <> Comment: Blockierendes Event?
. . . <> Comment: __________________________________________________
. . . <> Comment:
. . . <> Get Event ID: (V[24], V[25]), Store in var. [27]
. . . <> Fork Condition: If Variable [27] > 0 then ...
. . . . <> Call Event: Map Event V[27], Page V[28]
. . . . <> Fork Condition: If Variable [27] == 9999 then ...
. . . . . <> Comment: Event ist nicht passierbar
. . . . . <> Jump To Label: 1
. . . . . <>
. . . . : End of fork
. . . . <>
. . . : End of fork
. . . <> Comment: __________________________________________________
. . . <> Comment:
. . . <> Comment: Terrain?
. . . <> Comment: __________________________________________________
. . . <> Comment:
. . . <> Get Terrain ID: (V[24], V[25]), Store in var. [26]
. . . <> Fork Condition: If Variable [26] == 1 then ...
. . . . <> Comment: Passierbar
. . . . <> Change Hero Graphic: Hero #1 -> Rem_new #1
. . . . <> Move Event: Hero, Frq 8, Pattern: Dec spd, Dec spd, Dec spd, Dec spd, Dec spd, Dec spd, Dec spd, Dec spd, Inc spd, Inc spd, Inc spd
. . . . <>
. . . : Else ...
. . . . <> Comment: Geblockt
. . . . <> Jump To Label: 1
. . . . <>
. . . : End of fork
. . . <>
. . : Else ...
. . . <> Jump To Label: 1
. . . <>
. . : End of fork
. . <>
. : Else ...
. . <> Jump To Label: 1
. . <>
. : End of fork
. <>
: Else ...
. <> Jump To Label: 1
. <>
: End of fork
<> Jump To Label: 2
<> Label: 1
<> Change Hero Graphic: Hero #1 -> Rem_new #0
<> Move Event: Hero, Frq 8, Pattern: Dec spd, Dec spd, Dec spd, Dec spd, Dec spd, Dec spd, Dec spd, Dec spd, Inc spd, Inc spd
<> Label: 2
...