- 3
- Posts
- 16
- Years
- Seen Apr 6, 2009
Script error?
Game:
Pokemon FR
Type:
Script
Editor:
PKSVUI
Script:
#org 0x8840FD8
'-----------------------------------
lockall
setvar 0x4001 0x0
jump 0x881FB34
#org 0x881FB34
'-----------------------------------
msgbox 0x8800028 ' Hey! Wait a sec!
callstd MSG_NOCLOSE ' Non-closing msg
closemsg
compare 0x4001 0x0
if 0x1 call 0x8800CF8 ' Equal To
compare 0x4001 0x1
if 0x1 call 0x88010E0 ' Equal To
jump 0x88014C8
#org 0x8800CF8
'-----------------------------------
applymovement 0x1 0x882000C ' run_down run_down run_down run_down run_left run_down end
return
#org 0x88010E0
'-----------------------------------
applymovement 0x1 0x8820040 ' run_down run_down run_down run_down run_down end
return
#org 0x88014C8
'-----------------------------------
msgbox 0x8800234 ' I heard about you, starting\nover from the bottom!\pDon't worry, I'll give you\nthe basics!\pNow the goal in each town is too\nbeat the underground boss.\pGyms are not required\nbut can be beaten for money.\pGood luck!
callstd MSG_NOCLOSE ' Non-closing msg
closemsg
applymovement 0x1 0x88004BC ' run_right run_right run_right run_right run_right run_right end
setflag 0x1005
disappear 0x1
releaseall
end
#org 0x8800028
= Hey! Wait a sec!
#org 0x8800234
= I heard about you, starting\nover from the bottom!\pDon't worry, I'll give you\nthe basics!\pNow the goal in each town is too\nbeat the underground boss.\pGyms are not required\nbut can be beaten for money.\pGood luck!
#org 0x882000C
M run_down run_down run_down run_down run_left run_down end
#org 0x8820040
M run_down run_down run_down run_down run_down end
#org 0x88004BC
M run_right run_right run_right run_right run_right run_right end
Screenshot: (sorry i broke the rules..) http: // www . mediafire . com /imageview.php?quickkey=frv25qelzit&thumb=4
I know there isn't any overlapping data
Whenever I step on the Scripted spot, the game just locks. I can e-mail the game file if needed. The script is pointing to the right person, but the text should come first right? Could just be a stupid mistake.
Thanks,
GwenTravolta
*BTW sorry for posting this in the wrong spot like three times. Won't happen again*
Game:
Pokemon FR
Type:
Script
Editor:
PKSVUI
Script:
Spoiler:
#org 0x8840FD8
'-----------------------------------
lockall
setvar 0x4001 0x0
jump 0x881FB34
#org 0x881FB34
'-----------------------------------
msgbox 0x8800028 ' Hey! Wait a sec!
callstd MSG_NOCLOSE ' Non-closing msg
closemsg
compare 0x4001 0x0
if 0x1 call 0x8800CF8 ' Equal To
compare 0x4001 0x1
if 0x1 call 0x88010E0 ' Equal To
jump 0x88014C8
#org 0x8800CF8
'-----------------------------------
applymovement 0x1 0x882000C ' run_down run_down run_down run_down run_left run_down end
return
#org 0x88010E0
'-----------------------------------
applymovement 0x1 0x8820040 ' run_down run_down run_down run_down run_down end
return
#org 0x88014C8
'-----------------------------------
msgbox 0x8800234 ' I heard about you, starting\nover from the bottom!\pDon't worry, I'll give you\nthe basics!\pNow the goal in each town is too\nbeat the underground boss.\pGyms are not required\nbut can be beaten for money.\pGood luck!
callstd MSG_NOCLOSE ' Non-closing msg
closemsg
applymovement 0x1 0x88004BC ' run_right run_right run_right run_right run_right run_right end
setflag 0x1005
disappear 0x1
releaseall
end
#org 0x8800028
= Hey! Wait a sec!
#org 0x8800234
= I heard about you, starting\nover from the bottom!\pDon't worry, I'll give you\nthe basics!\pNow the goal in each town is too\nbeat the underground boss.\pGyms are not required\nbut can be beaten for money.\pGood luck!
#org 0x882000C
M run_down run_down run_down run_down run_left run_down end
#org 0x8820040
M run_down run_down run_down run_down run_down end
#org 0x88004BC
M run_right run_right run_right run_right run_right run_right end
Screenshot: (sorry i broke the rules..) http: // www . mediafire . com /imageview.php?quickkey=frv25qelzit&thumb=4
I know there isn't any overlapping data
Whenever I step on the Scripted spot, the game just locks. I can e-mail the game file if needed. The script is pointing to the right person, but the text should come first right? Could just be a stupid mistake.
Thanks,
GwenTravolta
*BTW sorry for posting this in the wrong spot like three times. Won't happen again*
Last edited: