- 17
- Posts
- 14
- Years
- Seen Apr 15, 2011
i have a problem compiling
i got a problem, please help, this is the script(using pksv with ruby)
when the player steps on the square with the script, the player is suposed to walk 3 squares to the right, next to a person who is facing up , the person then turns and sasy somthing,a battl insuse, and when you win he runs away to the right, but it just freezes when i step on the square
anyone know whats wrong?
i got a problem, please help, this is the script(using pksv with ruby)
Spoiler:
#org 0x874157D
'-----------------------------------
lockall
applymovement PLAYER 0x87415DA ' walk_right_vslow wal...
pauseevent 0x0
msgbox 0x87415B1 ' ???:Hmm this is new\...
applymovement 0x36 0x87415DE ' alert look_left end
pauseevent 0x0
jump 0x874159D
#org 0x874159D
'-----------------------------------
trainerbattle 0x1 0xA 0x0 0x87415E1 0x874163C 0x874164B
releaseall
end
#org 0x874164B
'-----------------------------------
message 0x8741661 ' umm umm you didn't s...
callstd MSG_NOCLOSE ' Non-closing message
applymovement 0x36 0x8741682 ' walk_up walk_up walk...
pauseevent 0x0
disappear 0x36
releaseall
end
#org 0x87415B1
= ???:Hmm this is new\n what could this be?
#org 0x87415E1
= ???:Wait who are you?\p I, wasnt doing anything suspicious hehe\p um um um look whats that!?
#org 0x874163C
= Um um um......
#org 0x8741661
= umm umm you didn't see anything!
#org 0x87415DA
M walk_right_vslow walk_right_vslow walk_right_vslow end
#org 0x87415DE
M alert look_left end
#org 0x8741682
M walk_up walk_up walk_up walk_up walk_up end
'-----------------------------------
lockall
applymovement PLAYER 0x87415DA ' walk_right_vslow wal...
pauseevent 0x0
msgbox 0x87415B1 ' ???:Hmm this is new\...
applymovement 0x36 0x87415DE ' alert look_left end
pauseevent 0x0
jump 0x874159D
#org 0x874159D
'-----------------------------------
trainerbattle 0x1 0xA 0x0 0x87415E1 0x874163C 0x874164B
releaseall
end
#org 0x874164B
'-----------------------------------
message 0x8741661 ' umm umm you didn't s...
callstd MSG_NOCLOSE ' Non-closing message
applymovement 0x36 0x8741682 ' walk_up walk_up walk...
pauseevent 0x0
disappear 0x36
releaseall
end
#org 0x87415B1
= ???:Hmm this is new\n what could this be?
#org 0x87415E1
= ???:Wait who are you?\p I, wasnt doing anything suspicious hehe\p um um um look whats that!?
#org 0x874163C
= Um um um......
#org 0x8741661
= umm umm you didn't see anything!
#org 0x87415DA
M walk_right_vslow walk_right_vslow walk_right_vslow end
#org 0x87415DE
M alert look_left end
#org 0x8741682
M walk_up walk_up walk_up walk_up walk_up end
when the player steps on the square with the script, the player is suposed to walk 3 squares to the right, next to a person who is facing up , the person then turns and sasy somthing,a battl insuse, and when you win he runs away to the right, but it just freezes when i step on the square
anyone know whats wrong?
Last edited: