Meatballsub Divine Bovine

Joined: 16 Jun 2003 Posts: 437 Location: Northwest Georgia
|
Posted: Thu Sep 20, 2007 6:45 am Post subject: Dogpile script problem |
|
|
Here is the script:
Code: | script,boat,begin
suspend player
suspend npcs
create npc (2,21,14)
walk hero (0,down,1)
wait (1)
walk hero (1,down,1)
wait (1)
walk hero (2,down,1)
wait (1)
walk npc (2,down,1)
wait (1)
wait for all
walk hero (0,right,3)
wait (1)
walk hero (1,down,1)
wait (1)
walk hero (2,down,1)
wait (1)
walk npc (2,down,1)
wait (1)
wait for all
walk hero (1,right,2)
wait (1)
walk hero (2,down,1)
wait (1)
walk npc (2,down,1)
wait (1)
wait for all
walk hero (2,right,1)
wait (1)
walk npc (2,down,1)
wait (1)
wait for all
show textbox (344)
wait for textbox
resume player
resume npcs
end |
Basically, the party is boarding a boat, and every person in the party has a spot on it. The first hero goes to the position all the way to the right. The second is next to him, the third etc...
What happens, though, is a pileup. The second hero doesn't stop next to the first, and moves to the same tile that the first hero is on. The third hero takes the second hero's place. Any suggestions?
If a video would help, I can shoot one and have it up in a few minutes. _________________ MOCBJ Software - My Games
The Hamster Wheel - OHRRPGCE Information Database |
|