qaz015393
pokemon revenge developer
- 789
- Posts
- 15
- Years
- Seen Feb 10, 2025
I need help. when I try and debug my script I get this error but that line has nothing in it.
Now here is the script. And I am going to fix the text and movemets
Spoiler:
![[PokeCommunity.com] xse script error when there is nothing on that line [PokeCommunity.com] xse script error when there is nothing on that line](https://i.imgur.com/PLQhqb0.png)
Now here is the script. And I am going to fix the text and movemets
Spoiler:
Code:
#dynamic 0x800000
'---------------
#org @start
lockall
checkgender
compare 0x800D 0x1
if 0x1 goto @female
compare 0x800D 0x0
if 0x1 goto @male
applymovement player @move12
applymovement 0x4 @move13
waitmovement 0x0
applymovement 0x5 @move1
applymovement 0x6 @move2
applymovement 0x7 @move3
waitmovement 0x0
compare 0x800D 0x1
if 0x1 goto @female
compare 0x800D 0x0
if 0x1 goto @male
showsprite 0x8
showsprite 0x9
applymovement 0x8 @move4
applymovement 0x9 @move5
msgbox @string2 MSG_KEEPOPEN
hidesprite 0x8
showsprite 0x11
msgbox @win MSG_NORMAL
hidesprite 0x9
showsprite 0x10
msgbox @lose MSG_NORMAL
applymovement 0x10 @move6
applymovement 0x11 @move7
hidesprite 0x10
applymovement player @move8
msgbox @string4 MSG_NORMAL
applymovement 0x5 @move9
applymovement 0x7 @move10
closeonkeypress
waitmovement 0x0
hidesprite 0x5
hidesprite 0x6
hidesprite 0x7
hidesprite 0x4
hidesprite player
setflag 0x200
setvar 0x4011 0x1
release
end
'---------
' Strings
'---------
#org @string1
= [Player]: Kira not you and\nTeam Dark again.\pKira: Yes.\nThat is right [Player] Team Dark\lis back. Hhaaaa!\p[Player]: I don't think so.
#org @win
= Kira: Not quite. I made this\ndevice
that just copied your\lpower. Now take a look at my new\lShadow Pokemon. You can't win!
#org @lose
= Kira: It seems I'm much stronger\nthan you finally.
#org @string4
= Kira: Now grunts capture them\nand lets return to our new hideout.
#org @string5
= [Player]: Come on Abby. Lets go to see\nthat new horror movie. Wait\lsomething seems off.
#org @string2
= Come on Kira, I got my Charizard\nand I'm powered up to destroy\lTeam Obsidian once and for all.\lGo Mega Charizard X!
\l
#org @yourf
= [Player]: Come on Matt. Lets go to see\nthat new horror movie. Wait\lsomething seems off.
#org @6
= [Player]: Kira not you and\nTeam Dark again.\pKira: Yes.\nThat is right [Player] Team Dark\lis back. Hhaaaa!\p[Player]: I don't think so.
#org @female
closeonkeypress
msgbox @yourf 0x6
release
end
#org @female
closeonkeypress
msgbox @6 0x6
release
end
#org @male
closeonkeypress
msgbox @string5 0x6
release
end
#org @male
closeonkeypress
msgbox @string1 0x6
release
end
'-----------
' Movements
'-----------
#org @move1
#raw 0x0 0x2 0x3 0x1 0x7 0x6 0x7 0x4 0xFE
#org @move2
#raw 0x11 0x11 0x11 0x11 0x11 0x11 0xFE
#org @move3
#raw 0x0 0x2 0x3 0x1 0x7 0x6 0x7 0x4 0xFE
#org @move4
#raw 0x11 0x11 0x11 0x11 0x11 0x11 0xFE
#org @move5
#raw 0x0 0x2 0x3 0x1 0x7 0x6 0x7 0x4 0xFE
#org @move6
#raw 0x11 0x11 0x11 0x11 0x11 0x11 0xFE
#org @move7
#raw 0x0 0x2 0x3 0x1 0x7 0x6 0x7 0x4 0xFE
#org @move8
#raw 0x11 0x11 0x11 0x11 0x11 0x11 0xFE
#org @move9
#raw 0x0 0x2 0x3 0x1 0x7 0x6 0x7 0x4 0xFE
#org @move10
#raw 0x11 0x11 0x11 0x11 0x11 0x11 0xFE
#org @move11
#raw 0x0 0x2 0x3 0x1 0x7 0x6 0x7 0x4 0xFE
#org @move12
#raw 0x11 0x11 0x11 0x11 0x11 0x11 0xFE
#org @move13
#raw 0x0 0x2 0x3 0x1 0x7 0x6 0x7 0x4 0xFE