Aishitekeeru
Member
I have a small problem xD When I set the $game_map.events[id].add_path(x,y) to an blank event just like in the demo to make event 008 find a path to from 64 across, 30 height to 18,18 it doesnt work correctly. The blank event is in "No Animation and Parallel Process" mode and is set to go off when switch 001 is turned on, the command line are set out like:
<> Script: $game_map.events[8].add_path(18,18)
<> Erase Event
<>
The event does not work, 08 and 008 as IDs gives me a syntax error. But as 8 the event doesn't move but when I get with in a:
XXX
XOX
XXX
area the player moves to 18,18. I know its probably something stupid xD anyway thanks in advance if you can help
<> Script: $game_map.events[8].add_path(18,18)
<> Erase Event
<>
The event does not work, 08 and 008 as IDs gives me a syntax error. But as 8 the event doesn't move but when I get with in a:
XXX
XOX
XXX
area the player moves to 18,18. I know its probably something stupid xD anyway thanks in advance if you can help