Conversation Between thethethethe and hbkrajeev
Showing Visitor Messages 1 to 8 of 8
-
thanx again for ur help...
mind being my friend?
-
These questions should just be asked in the simple questions thread.
Those values depend on what you're doing.
Generally, only use the first two. Just copy the values from an existing event and just paste them into yours.
-
what does unknown, variable name and variable value indicate in advance map?
Like, if a need to make a person move to the player if the player steps at a certain spot..
i ticked event as script in advance map..
in x and y i put dimensions of the square spot then what does unknown and variable name suggests???
-
yes of course..
sorry for stupid question!
-
Because you need to change the script around a bit.
wildbattle 0x1 0x5 0x0 'means Lvl 5 bulbasaur attacks
wildbattle 0x6 0x50 0x0 'means lvl 80 Charizard attacks
-
thnx for help..
one more prob..
instead of charizard bulbasaur attacked..
why?
-
Yeah, there's a mistake and I can't be bothered fixing it. Just change the wildbattle command to something like this.
wildbattle 0x1 0x5 0x0
-
hey i tried wild battle script in ur tut....
but when compiled it says error out of range..
can u help me?