- 36
- Posts
- 15
- Years
- Northfield, MN
- Seen Jul 16, 2015
Hey, I'm having a problem with XSE.
Its been working well for a while now, but for this one code its giving me an error: "Error 9: "Subscript out of range" on line 59."
Its not the update problem which other problem people have had, given that I check settings.ini, and the update thing is set to 0.
here's the actual code:
#dynamic 0x327EDA
#org @start
checkflag 0x200
if 0x1 goto @done
applymovement 0xFF @move1
waitmovement 0x0
msgbox @1 0x6
applymovement 0x06 @move2
waitmovement 0x0
msgbox @2 0x6
applymovement 0x06 @move3
waitmovement 0x0
msgbox @3 0x6
trainerbattle 0x1 0x001 0x0 @before @after @later
#org @later
setflag 0x200
msgbox @4 0x6
release
end
#org @4
= See! I see the same potential in\nall of you. Go out there and live\lit up!
#org @after
= As I expected, you have quite a\nbond with your pokemon!
#org @before
= I believe I am a good judge of\nthis sort of thing, and I honestly\lbelieve in each and every one of\lyou. Take [player] here, for\lexample. A little while ago, I met\l[player] and gave him his first\lpokemon, knowing that he has all\lthe potential in the world. It\lhasn't been very long, but I'm\lsure he's already grown quite\lclose to his pokemon.\lSo, [player], would you like to\lshow everyone here how close\lyou've gotten? Let's battle!
#org @move3
#raw 0x3
#raw 0x13
#raw 0x0
#raw 0xFE
#org @2
= But, if you take the time\nto\ntruly think about it, you\lwill\lfind that success is\lusually only\la small step away.\lYet despite\lthat it eludes most\lpeople. It is\lalways so near and\lyet so far. I believe each and\levery one of you can take that\lstep.
#org @move2
#raw 0x3
#raw 0x13
#raw 0x13
#raw 0x0
#raw 0x10
#raw 0x10
#raw 0x10
#raw 0x2
#raw 0x12
#raw 0x12
#raw 0x0
#raw 0xFE
#org @1
= Diego: To many, success seems\nto come\nsuddenly. When you\lobserve others\land what they\lhave achieved you\lusually don't\lappreciate what it\lhas taken for\lthem to get where\lthey are.\lUltimately, in failing\lto do\lthis you also fail to learn\lwhat\lit would take for you to\lattain\lthe same level of\lachievement\land success.
#org @move1
#raw 0x1
#raw 0x11 <-- line 59
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0xFE
#org @done
end
Any assistance would be incredible!
Its been working well for a while now, but for this one code its giving me an error: "Error 9: "Subscript out of range" on line 59."
Its not the update problem which other problem people have had, given that I check settings.ini, and the update thing is set to 0.
here's the actual code:
Spoiler:
#dynamic 0x327EDA
#org @start
checkflag 0x200
if 0x1 goto @done
applymovement 0xFF @move1
waitmovement 0x0
msgbox @1 0x6
applymovement 0x06 @move2
waitmovement 0x0
msgbox @2 0x6
applymovement 0x06 @move3
waitmovement 0x0
msgbox @3 0x6
trainerbattle 0x1 0x001 0x0 @before @after @later
#org @later
setflag 0x200
msgbox @4 0x6
release
end
#org @4
= See! I see the same potential in\nall of you. Go out there and live\lit up!
#org @after
= As I expected, you have quite a\nbond with your pokemon!
#org @before
= I believe I am a good judge of\nthis sort of thing, and I honestly\lbelieve in each and every one of\lyou. Take [player] here, for\lexample. A little while ago, I met\l[player] and gave him his first\lpokemon, knowing that he has all\lthe potential in the world. It\lhasn't been very long, but I'm\lsure he's already grown quite\lclose to his pokemon.\lSo, [player], would you like to\lshow everyone here how close\lyou've gotten? Let's battle!
#org @move3
#raw 0x3
#raw 0x13
#raw 0x0
#raw 0xFE
#org @2
= But, if you take the time\nto\ntruly think about it, you\lwill\lfind that success is\lusually only\la small step away.\lYet despite\lthat it eludes most\lpeople. It is\lalways so near and\lyet so far. I believe each and\levery one of you can take that\lstep.
#org @move2
#raw 0x3
#raw 0x13
#raw 0x13
#raw 0x0
#raw 0x10
#raw 0x10
#raw 0x10
#raw 0x2
#raw 0x12
#raw 0x12
#raw 0x0
#raw 0xFE
#org @1
= Diego: To many, success seems\nto come\nsuddenly. When you\lobserve others\land what they\lhave achieved you\lusually don't\lappreciate what it\lhas taken for\lthem to get where\lthey are.\lUltimately, in failing\lto do\lthis you also fail to learn\lwhat\lit would take for you to\lattain\lthe same level of\lachievement\land success.
#org @move1
#raw 0x1
#raw 0x11 <-- line 59
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0xFE
#org @done
end
Any assistance would be incredible!