MapleCutter
Member
Im using this Path Finder.
This code is in the event 1
The event starts in position 0,0 and has to go to the position 0,12 (there are some walls in the way).
Every time you "talk" to it, I want it to move four steps surrounding the walls to reach the position.
help pls :/
This code is in the event 1
Code:
$path_finding.setup_event(1, false)
$path_finding.add_paths_event(1, 0, 12, true)
$path_finding.start_event(1)
Every time you "talk" to it, I want it to move four steps surrounding the walls to reach the position.
help pls :/