- 5,256
- Posts
- 17
- Years
- Age 27
- Leicester, UK
- Seen Mar 31, 2025
What's wrong with this script?
When I click OPEN SCRIPT on A-Map, it comes up with:
Help!
Spoiler:
#dynamic 0x7219D0
#org @begin
lock
faceplayer
checkflag 0x200
if b_true goto @done
message @tutorial
boxset 0x5
compare LASTRESULT 1
if b_true goto @yes
else goto @no
release
end
#org @tutorial
= Hi!\nCould you please do me\pa favor?
#org @done
checkitemamount 0xC 0x1
if b_true goto @haven'tdonetask
else goto @donetask
setflag 0x200
release
end
#org @donetask
giveitem 0x155 0x1 0x0 0x0 0x0
message @thereugo
boxset 0x6
release
end
#org @yes
message @pressyes
giveitem 0xC 0x1 0x0 0x0 0x0
boxset 6
release
end
#org @no
message @pressno
boxset 6
release
end
#org @pressyes
= Great!\pI'd like you to give out\nthese \c\h01\h04flyers\c\h01\h02to a group\pof people called "The Mechamen". You can find them in Lightam City.\pNevermind why!\pYou shall be rewarded!
#org @pressno
= Okay, your loss[...]
#org @haven'tdonetask
= So, have you given "The\nMechamen" the flyers?\pNo?\p Well, hurry up, then!
#org @thereugo
= Why, thanks!\pTake HM03 - Surf, as a reward!\pYou can't use it outside of\nbattle, however, unless you have the badge\pgiven away at ??? Town when you defeat\nthe Gym Leader!
#org @begin
lock
faceplayer
checkflag 0x200
if b_true goto @done
message @tutorial
boxset 0x5
compare LASTRESULT 1
if b_true goto @yes
else goto @no
release
end
#org @tutorial
= Hi!\nCould you please do me\pa favor?
#org @done
checkitemamount 0xC 0x1
if b_true goto @haven'tdonetask
else goto @donetask
setflag 0x200
release
end
#org @donetask
giveitem 0x155 0x1 0x0 0x0 0x0
message @thereugo
boxset 0x6
release
end
#org @yes
message @pressyes
giveitem 0xC 0x1 0x0 0x0 0x0
boxset 6
release
end
#org @no
message @pressno
boxset 6
release
end
#org @pressyes
= Great!\pI'd like you to give out\nthese \c\h01\h04flyers\c\h01\h02to a group\pof people called "The Mechamen". You can find them in Lightam City.\pNevermind why!\pYou shall be rewarded!
#org @pressno
= Okay, your loss[...]
#org @haven'tdonetask
= So, have you given "The\nMechamen" the flyers?\pNo?\p Well, hurry up, then!
#org @thereugo
= Why, thanks!\pTake HM03 - Surf, as a reward!\pYou can't use it outside of\nbattle, however, unless you have the badge\pgiven away at ??? Town when you defeat\nthe Gym Leader!
When I click OPEN SCRIPT on A-Map, it comes up with:
Spoiler:
'-----------------------
#org 0x7219D0
#org 0x7219D0
Help!
Last edited: