Author Id: 17148 Author Name: Ciro4315♪ Post Content: Cofcofusaelmíocofcof Bueno, resumido sería así: #dynamic 0x80000 #org @inicio lock faceplayer checkflag 0x800 ' Aprovechamos la flag 800 para no malgastar una if 0x1 goto @inicioflag ' Si está activada, es decir, si te dieron el Pokémon, va a @inicioflag msgbox @frase 0x5 compare LASTRESULT 0x1 if 0x1 goto @inicio2 if 0x0 goto @inicio3 release end #org @inicio2 givepokemon 0x10 0xC 0x13 0x0 0x0 0x0 setflag 0x800 ' Menú Pokémon msgbox @frase2 0x6 end #org @inicio3 msgbox @frase3 0x6 end #org @inicioflag msgbox @frase4 0x6 end #org @frase = Hola te quisiera regalar un\n Pokemon! #org @frase2 = Genial! Cuida bien de el =) #org @frase3 = Oh..supongo que no lo quieres... #org @frase4 = Hola, pero si ya te dí el\nPokémon =D