Conversation Between Pokepal17 and Akhilesh
1 to 3 of 3
  1. Akhilesh
    March 8th, 2011 8:42 AM
    Akhilesh
    Ok I'll try XSE
    Thankss..
  2. Pokepal17
    March 6th, 2011 7:30 AM
    Pokepal17
    I don't use Pokéscript; I use XSE.
    I never even got Pokéscript to work for me anyway. :3
  3. Akhilesh
    March 6th, 2011 5:18 AM
    Akhilesh
    Hey if I write the following script in notepad and then compile it with pokescript there is a little problem,

    Script:
    #org $start
    lock
    faceplayer
    message $1
    boxset 5
    compare LASTRESULT 0x1
    if b_true goto $take
    message $2
    boxset 6
    release
    end

    #org $take
    givepokemon 4 5 0
    message $3
    boxset 6
    release
    end

    #org $1
    $1 1 =I'm sorry, I can't take care\nof my Charmander.\pCan you take care of it for me?

    #org $2
    $2 1 =That's okay. I'm sure someone\nelse will take it.

    #org $3
    $3 1 =\c\h01\h02You received a Charmander!

    The problem is that although I press yes or no at message $1, it does not give the Charmander, but simply go to message $2 and says "That's okay. I'm sure someone else will take it."

    What can I do, whats the problem?????

    Please help me.....
    Please...