Conversation Between d3c0d3d and NarutoActor
Showing Visitor Messages 1 to 6 of 6
-
September 1st, 2009 3:51 PMNarutoActoroh woops I thought you click on an ittem I didnt relise you get the item in the script he I added flags
#org @1pokemon
check flag
if 0x1 goto @alreadyhave
msgbox @ohyoucouldnt 0x2
giveitem 0x4 0x1 MSG_OBTAIN
setflag 0x200
release
end
#org @alreadyhave
msgbox @catchyour 0x2
release
end
#org @catchyour
= [black_fr]Catch your first POKéMON, then come\nback to me.
#org @ohyoucouldnt
= [black_fr]Oh, you couldn't catch a POKéMON?\pIn that case, I will give you another\nPOKé BALL. -
September 1st, 2009 3:46 PMNarutoActorI looked at the script and right from the geko I resized all items scripts use flags so insted of doing a check ittem you should make a check flag
-
September 1st, 2009 3:31 PMd3c0d3dSpoiler:#org @1pokemon
checkitem 0x4 0x1
if 0x1 goto @alreadyhave
msgbox @ohyoucouldnt 0x2
giveitem 0x4 0x1 MSG_OBTAIN
release
end
#org @alreadyhave
msgbox @catchyour 0x2
release
end
#org @catchyour
= [black_fr]Catch your first POKéMON, then come\nback to me.
#org @ohyoucouldnt
= [black_fr]Oh, you couldn't catch a POKéMON?\pIn that case, I will give you another\nPOKé BALL.
it keeps saying "catch your first pokemon, then come back to me", even if you don't have a pokeball. thanks -
September 1st, 2009 12:03 PMNarutoActorokay I will give it a shot send me the script viva vm
-
September 1st, 2009 12:01 PMd3c0d3doh, sorry about that. I posted it in the script help thread, but I haven't gotten any answers. if you could help me, that would be awesome.
-
August 31st, 2009 3:02 PMNarutoActorsorry I cant answer your question in the simple question thread because its not a simple question it belongs in the script help thread then I will try to answer it


