Author Id: 26309 Author Name: Tito Sayer301 Post Content: Uso base FR. Bien, estaba viendo el script de la guardería y la verdad es que no tengo ni idea de como hacerlo. ¿Alguien sabe como hacer que la guardería sea gratis? Vamos que cuando vayas a por tu Pokémon, te lo dejen a precio amigo, 0€. EDITO: Para los vagos como yo. [SPOILER="SCRIPT GUARDERÍA"]#dynamic 0x800000 '--------------- #org @start special 0x187 compare LASTRESULT 0x2 if 0x1 goto @snippet1 lock faceplayer showmoney 0x0 0x0 0x0 special2 LASTRESULT 0x178 compare LASTRESULT 0x1 if 0x1 goto @snippet2 msgbox [MENTION=29127]String[/MENTION]1 MSG_YESNO '"I run the DAY-CARE service.\pWould..." compare LASTRESULT 0x1 if 0x1 goto @snippet3 msgbox [MENTION=29127]String[/MENTION]2 MSG_KEEPOPEN '"Come again." goto @snippet4 '--------------- #org @snippet1 release end '--------------- #org @snippet2 setvar 0x8004 0x0 special2 LASTRESULT 0x179 compare LASTRESULT 0x0 if 0x5 call @snippet5 compare LASTRESULT 0x0 if 0x1 call @snippet6 special 0x177 msgbox [MENTION=29127]String[/MENTION]3 MSG_YESNO '"You owe me [$] for the re..." compare LASTRESULT 0x1 if 0x1 goto @snippet7 goto @snippet8 '--------------- #org @snippet3 special2 LASTRESULT 0x84 compare LASTRESULT 0x1 if 0x1 goto @snippet9 msgbox [MENTION=29127]String[/MENTION]4 MSG_KEEPOPEN '"Which POKéMON should I raise?" fadescreen 0x1 hidemoney 0x0 0x0 special 0xBC waitstate showmoney 0x0 0x0 0x0 compare 0x8004 0x6 if 0x4 goto @snippet8 special2 LASTRESULT 0x85 compare LASTRESULT 0x0 if 0x1 goto @snippet10 special2 0x8005 0xBA msgbox [MENTION=29127]String[/MENTION]5 MSG_KEEPOPEN '"Fine, I'll look after your\nString[/MENTION]6 MSG_KEEPOPEN '"Come see me in a while." waitcry special 0x176 cmdc3 0x2F goto @snippet4 '--------------- #org @snippet4 hidemoney 0x0 0x0 release end '--------------- #org @snippet5 msgbox [MENTION=29127]String[/MENTION]7 MSG_KEEPOPEN '"Your has grown a lot.\nY..." return '--------------- #org @snippet6 msgbox [MENTION=29127]String[/MENTION]8 MSG_KEEPOPEN '"You're back already?\pYour String[/MENTION]9 MSG_KEEPOPEN '"You don't have enough money." goto @snippet4 '--------------- #org @snippet8 msgbox [MENTION=29127]String[/MENTION]10 MSG_KEEPOPEN '"Fine.\nCome anytime you like." goto @snippet4 '--------------- #org @snippet9 msgbox [MENTION=29127]String[/MENTION]11 MSG_KEEPOPEN '"Oh? You only have one POKéMON\nwit..." goto @snippet4 '--------------- #org @snippet10 msgbox [MENTION=29127]String[/MENTION]12 MSG_KEEPOPEN '"If you leave me that POKéMON,\nwha..." goto @snippet4 '--------------- #org @snippet11 msgbox [MENTION=29127]String[/MENTION]13 MSG_KEEPOPEN '"You can't take this POKéMON back\n..." goto @snippet4 '--------------- #org @snippet12 setvar 0x8004 0x0 special2 LASTRESULT 0x17A special 0xC6 updatemoney 0x0 0x0 0x0 copyvar 0x8008 LASTRESULT countpokemon subvar LASTRESULT 0x1 bufferpartypokemon 0x0 LASTRESULT copyvar LASTRESULT 0x8008 msgbox [MENTION=29127]String[/MENTION]14 MSG_KEEPOPEN '"Thank you!\nHere's your POKéMON." textcolor 0x3 checksound cry LASTRESULT 0x0 msgbox [MENTION=29127]String[/MENTION]15 MSG_KEEPOPEN '"[player] got back\nfrom ..." call @snippet13 waitcry goto @snippet4 '--------------- #org @snippet13 copyvar 0x8012 0x8013 return '--------- ' Strings '--------- #org [MENTION=29127]String[/MENTION]1 = I run the DAY-CARE service.\pWould you like me to raise one of\nyour POKéMON? #org [MENTION=29127]String[/MENTION]2 = Come again. #org [MENTION=29127]String[/MENTION]3 = You owe me [$] for the return\nof this POKéMON. #org [MENTION=29127]String[/MENTION]4 = Which POKéMON should I raise? #org [MENTION=29127]String[/MENTION]5 = Fine, I'll look after your\n for a while. #org [MENTION=29127]String[/MENTION]6 = Come see me in a while. #org [MENTION=29127]String[/MENTION]7 = Your has grown a lot.\nYes, quite a lot, I'd say.\pLet me see[.]\nBy level, it's grown by .\pAren't I great? #org [MENTION=29127]String[/MENTION]8 = You're back already?\pYour needs to spend\nsome more time with me. #org [MENTION=29127]String[/MENTION]9 = You don't have enough money. #org [MENTION=29127]String[/MENTION]10 = Fine.\nCome anytime you like. #org [MENTION=29127]String[/MENTION]11 = Oh? You only have one POKéMON\nwith you. #org [MENTION=29127]String[/MENTION]12 = If you leave me that POKéMON,\nwhat will you battle with? #org [MENTION=29127]String[/MENTION]13 = You can't take this POKéMON back\nif you've got no room for it. #org [MENTION=29127]String[/MENTION]14 = Thank you!\nHere's your POKéMON. #org [MENTION=29127]String[/MENTION]15 = [player] got back\nfrom the DAY-CARE MAN.[/SPOILER]