Zitat
<> Fork Condition: If Variable [1] == 1 then ...
. <> Move Event: Hero, Frq 8, Pattern: Mv down
. <> Change Variable: [6] = 0
. <> Fork Condition: If Variable [6] == 0 then ...
. . <> Label: 1
. . <> Fork Condition: If Variable [1] == 4 then ...
. . . <> Move Event: Hero, Frq 8, Pattern: Mv up
. . . <> Change Variable: [6] = 1
. . . <> Jump To Label: 5
. . . <>
. . : Else ...
. . . <>
. . : End of fork
. . <> Jump To Label: 1
. . <>
. : Else ...
. . <>
. : End of fork
. <>
: Else ...
. <>
: End of fork
...