Thanks for the advice ^^
Umm... sorry >____<,,, guess I misunderstanding these line
QUOTE
HERES THE TEXT
your partner:
You should look around for a bit and buy
any items we may need for this journey.
Here's some money the King gave us.
Use it however you want.
I will come get you when it is time to go.
I thought he want to shop around before the time is up,
but I forget to stop the player moving. Sorry for the mistake.
I've try it again and here some edit
u]
>Page 2[/u]
CODE
setting : parallel process
self switches A is ON
Control Variable :[0004:Map X modify] = Player's Map X
Control Variable :[0005:Map Y modify] = Player's Map Y
Conditional Branch : Variable [0002:Map X starter] != Variable [0004:Map X modify]
Control Variable :[0002:Map X starter] = [0004:Map X modify]
Control Variable :[0006:step taken] += 1
Else
Branch End
Conditional Branch : Variable [0003:Map Y starter] != Variable [0005:Map Y modify]
Control Variable :[0003:Map Y starter] = [0005:Map Y modify]
Control Variable :[0006:step taken] += 1
Else
Branch End
Conditional Branch : Variable [0006:Step taken == 10 #can be any number
Control Self Switches : A = OFF
Control Self Switches : B = ON
Else
Branch End
>Page 3CODE
setting :autorun
self switches B is ON
Set move player [friend route]
wait for move completion
Control Variable :[0007:friend direction] = [friend's] Direction
Text : Friend
"Hey, Bro"
Conditional Branch [0007:friend direction] == 2
set move route : Player
Turn up
Branch end
Conditional Branch [0007:friend direction] == 4
set move route : Player
Turn right
Branch end
Conditional Branch [0007:friend direction] == 6
set move route : Player
Turn left
Branch end
Conditional Branch [0007:friend direction] == 8
set move route : Player
Turn down
Branch end
Text : Hero
"Yeah?"
Text : Friend
"Time to go, man" etc XD
Control Self Switches : B = OFF
Control Self Switches : C = ON
]u]
>Page 4[/u]
CODE
setting : action button
self switches C is ON
Blank
If you found something wrong again, feel free to submit. And sorry for error >_________<,,,,
I'll try better next time ^^
This post has been edited by Mazel: Jul 11 2011, 05:55 AM