Users Awaiting Email Confirmation
Party Verfolgung geht nicht richtig
Bin gerade dabei die Party auf die Map zu setzen,damit sie dem Helden folgt, dies ist mein Script:
(Der Char ist als PP gesetzt)
Zitat von EasyEventExporter
- SCRIPT -
<> Label: 1
<> Change Variable: [162] = X position on map (tiles) of hero
<> Change Variable: [163] = Y position on map (tiles) of hero
<> Change Variable: [164] = X position on map (tiles) of event #1
<> Change Variable: [165] = Y position on map (tiles) of event #1
<> Change Variable: [169] = X position on map (tiles) of event #1
<> Change Variable: [170] = Y position on map (tiles) of event #1
<> Fork Condition: If Hero is facing up then ...
. <> Change Variable: [170] += 1
. <>
: Else ...
. <> Fork Condition: If Hero is facing right then ...
. . <> Change Variable: [169] -= 1
. . <>
. : Else ...
. . <> Fork Condition: If Hero is facing down then ...
. . . <> Change Variable: [170] -= 1
. . . <>
. . : Else ...
. . . <> Change Variable: [169] += 1
. . . <>
. . : End of fork
. . <>
. : End of fork
. <>
: End of fork
<> Change Variable: [169] -= V[162]
<> Change Variable: [170] -= V[163]
<> Fork Condition: If Variable [169] > 0 then ...
. <> Move Event: This event, Frq 8, Ignore impossible moves, Pattern: Mv left
. <>
: Else ...
. <> Move Event: This event, Frq 8, Ignore impossible moves, Pattern: Mv right
. <>
: End of fork
<> Fork Condition: If Variable [170] > 0 then ...
. <> Move Event: This event, Frq 8, Ignore impossible moves, Pattern: Mv up
. <>
: Else ...
. <> Move Event: This event, Frq 8, Ignore impossible moves, Pattern: Mv down
. <>
: End of fork
<> Wait: 0,1 sec.
<> Jump To Label: 1
...
Der Char folgt dem Helden aber nicht richtig, sondern geht immer nur rauf und runter.