Zitat von EasyEventExporter
- SCRIPT -
<> Fork Condition: If Variable [3] == 0 then ...
. <> Fork Condition: If Variable [4] != V[3] then ...
. . <> Change Variable: [4] = V[3]
. . <> Move Picture: #1, (29, 228), Mgn 100%, Tsp 100%, 0,3 sec., Wait
. . <> Erase Picture: #1
. . <>
. : End of fork
. <>
: End of fork
<> Comment: --------------------------------------------------------------------------------------------------------------------
<> Comment: NPCs
<> Comment: --------------------------------------------------------------------------------------------------------------------
<> Fork Condition: If Variable [3] == 6 then ...
. <> Fork Condition: If Variable [4] != V[3] then ...
. . <> Change Variable: [4] = V[3]
. . <> Show Picture: #1, Lesen, (29, 228), Mgn 100%, Tsp 100%
. . <> Move Picture: #1, (29, 228), Mgn 100%, Tsp 0%, 0,3 sec.
. . <>
. : End of fork
. <>
: End of fork
<> Comment: --------------------------------------------------------------------------------------------------------------------
<> Comment: SCHILDER
<> Comment: --------------------------------------------------------------------------------------------------------------------
<> Fork Condition: If Variable [3] == 3 then ...
. <> Fork Condition: If Variable [4] != V[3] then ...
. . <> Change Variable: [4] = V[3]
. . <> Show Picture: #1, Reden, (29, 228), Mgn 100%, Tsp 100%
. . <> Move Picture: #1, (29, 228), Mgn 100%, Tsp 0%, 0,3 sec.
. . <>
. : End of fork
. <>
: End of fork
<> Comment: --------------------------------------------------------------------------------------------------------------------
<> Comment: TRUHEN
<> Comment: --------------------------------------------------------------------------------------------------------------------
<> Fork Condition: If Variable [3] == 4 then ...
. <> Fork Condition: If Switch [1] == OFF then ...
. . <> Fork Condition: If Variable [4] != V[3] then ...
. . . <> Change Variable: [4] = V[3]
. . . <> Show Picture: #1, Oeffnen, (29, 228), Mgn 100%, Tsp 100%
. . . <> Move Picture: #1, (29, 228), Mgn 100%, Tsp 0%, 0,3 sec.
. . . <>
. . : End of fork
. . <>
. : Else ...
. . <> Change Variable: [4] = V[3]
. . <> Move Picture: #1, (29, 228), Mgn 100%, Tsp 100%, 0,3 sec., Wait
. . <> Erase Picture: #1
. . <>
. : End of fork
. <>
: End of fork
<> Wait: 0,0 sec.
<> Comment: --------------------------------------------------------------------------------------------------------------------
<> Comment: SCHALTER
<> Comment: --------------------------------------------------------------------------------------------------------------------
<> Change Variable: [1] = X position on map (tiles) of hero
<> Change Variable: [2] = Y position on map (tiles) of hero
<> Get Event ID: (V[1], V[2]), Store in var. [3]
<> Fork Condition: If Variable [3] == 5 then ...
. <> Fork Condition: If Switch [2] == OFF then ...
. . <> Fork Condition: If Variable [4] != V[3] then ...
. . . <> Change Variable: [4] = V[3]
. . . <> Show Picture: #1, Druecken, (29, 228), Mgn 100%, Tsp 100%
. . . <> Move Picture: #1, (29, 228), Mgn 100%, Tsp 0%, 0,3 sec.
. . . <>
. . : End of fork
. . <>
. : Else ...
. . <> Change Variable: [4] = V[3]
. . <> Move Picture: #1, (29, 228), Mgn 100%, Tsp 100%, 0,3 sec., Wait
. . <> Erase Picture: #1
. . <>
. : End of fork
. <>
: End of fork
<> Wait: 0,0 sec.