Jo hi dudes :)
I wrote a script but it wont work, ingame i just get the click sounds and the faceplayer :/
well in case you would like to help me, here is the script code:
Quote:
#dynamic 0x800000
#org @start
lock
faceplayer
checkflag 0x251
if 0x1 goto @1
msgbox @3 MSG_YESNO '"Hey, du da!"
compare LASTRESULT 0x0
if 0x1 goto @4
msgbox @6 MSG_KEEPOPEN '"Sicher, sicher!"
giveitem 0xC5 0x1 MSG_OBTAIN
setflag 0x251
msgbox @7 MSG_KEEPOPEN '"öffne"
release
end
#org @1
msgbox @2 MSG_KEEPOPEN '"Mit deinem"
release
end
#org @4
msgbox @5 MSG_KEEPOPEN '"Was???"
release
end
#org @3
= Hey, du da! Tomi!\nEin Lucky Egg ist wirklich super!\pMan kann sagen, was man will, aber mit\ndiesem Item kann man Pokémon easy\lboosten!\pNa? Du würdest doch zu gerne auch so\nein Lucky Egg haben, oder?
#org @6
= Sicher, sicher!\nSchließlich ist ein Lucky Egg nice!
#org @7
= Öffne den Beutel, nimm das Ei\nund gib es deinem Pkm zum tragen!
#org @2
= Mit deinem Lucky Egg kannst du die\nPokémon schneller leveln.
#org @5
= Was???\nLiebst du das EI nicht?
|