• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Scripting Help

Status
Not open for further replies.

DracoHouston

Kolben Developer
Contributor
I need help with getting Dratini from a trash can from the vile Professor Elms Lab. Heres the script so far https://www.dropbox.com/s/wj8pkhybo6iswny/empty_trash.dat
Everytime I try to get it after giving it a nick it crashes. Heres the crash report
https://www.dropbox.com/s/1t01kj97wvrw4kk/20862438831_crash
i don't know, sorry, but try removing the rename and see if it crashes, if it does remove the pokemon giving part and see if it crashes, if so theres a problem with your when somewhere. also, wrong forum
 

bulletfreak

Trainer
I need help with getting Dratini from a trash can from the vile Professor Elms Lab. Heres the script so far https://www.dropbox.com/s/wj8pkhybo6iswny/empty_trash.dat
Everytime I try to get it after giving it a nick it crashes. Heres the crash report
https://www.dropbox.com/s/1t01kj97wvrw4kk/20862438831_crash
i don't know, sorry, but try removing the rename and see if it crashes, if it does remove the pokemon giving part and see if it crashes, if so theres a problem with your when somewhere. also, wrong forum
I removed both and It still crashed, even after getting a starter.
 

DracoHouston

Kolben Developer
Contributor
oh, you forgot the endwhen

Code:
@Text:This trash can~contains a Pokeball, Pick it up?
[USER=5463]options[/USER]:Yes,No
:when:Yes
@Text:<playername> received~Dratini!
@Action:GetPokemon(147,5,Saved from trash,5,at New Bark Town)
@Action:RenamePokemon(0)
:when:No
@Text:Did not pick up.
:endwhen
:end
 

bulletfreak

Trainer
oh, you forgot the endwhen

Code:
@Text:This trash can~contains a Pokeball, Pick it up?
[USER=5463]options[/USER]:Yes,No
:when:Yes
@Text:<playername> received~Dratini!
@Action:GetPokemon(147,5,Saved from trash,5,at New Bark Town)
@Action:RenamePokemon(0)
:when:No
@Text:Did not pick up.
:endwhen
:end
Thanks Man!
 
Status
Not open for further replies.
Top