Paper Mario
Ace Trainer
- 16
- Posts
- 15
- Years
- Age 32
- Home
- Seen Mar 22, 2022
Can i use a variable as level in the wildbattle command?
For example if I want do a wild battle againist a Charizard which level is a random value between 1 and 100 I'd do this:
Would this script work or not?
For example if I want do a wild battle againist a Charizard which level is a random value between 1 and 100 I'd do this:
Code:
#dynamic 0x800000
#org @start
lock
faceplayer
random 0x64
addvar 0x800D 0x1
wildbattle 0x6 0x800D 0x0
fadescreen 0x1
hidesprite 0x800F
fadescreen 0x0
setflag 0x200
release
end
Would this script work or not?