Author Id: 29233 Author Name: Yito Post Content: Para evitar un doble post, (Crear muchos temas) quisiera hacerlo desde aqui... Estoy elaborando un script de "givepokemon" inicial y todo esta perfecto exepto por UNA cosa: La flag. si si, setflag 0x(numero de flag) checkflag 0x(numero de flag) if 0x1 goto (pointer) y en PeopleID poner el numero de flag 0(numero de flag correspondiente en A-M) haciendo esto, aun asi el evento se repite... les mostrare mi code, y estaria agradecido si pudieran decirme que hice mal o que le falta. de antemano muchas gracias. [QUOTE]#dynamic 0x800000 #org @inicio lock faceplayer checkflag 0x201 if 0x1 goto @negativo msgbox @algo 0x5 compare LASTRESULT 0x1 if 0x1 goto @nose if 0x0 goto @cosa release end #org @nose fanfare 0x0163 msgbox @potato 0x6 givepokemon 0x98 0x5 0x0 0x0 0x0 0x0 call @color end #org @cosa msgbox @patata 0x6 end #org @algo mensaje (antes del si y no) #org @potato mensaje (si dices si) #org @patata = mensaje (si dices no) #org @color msgbox @frase 0x5 compare LASTRESULT 0x1 if 0x1 goto @inicio2 if 0x0 goto @inicio3 call @inicio3 setflag 0x201 end #org @inicio2 special 0x9E #org @inicio3 msgbox @frase2 0x6 end #org @frase mensaje #org @frase2 mensaje #org @negativo msgbox @fin 0x6 release end #org @fin = mensaje[/QUOTE]