Criminon
Forever Spriting
- 265
- Posts
- 12
- Years
- He / Him
- California
- Seen Apr 11, 2024
Is there something that stops a trainer battle from only being able to happen once? Like when the battle is set through scripts instead of the normal view method?
Edit:
Found it out!
Edit:
Found it out!
Spoiler:
#org @battle
trainerbattle 0x1 0x(your trainer # goes here) 0x0 @intro @defeat @clear
release
end
#org @clear
settrainerflag 0x(your trainer # goes here) 0x1
release
end
trainerbattle 0x1 0x(your trainer # goes here) 0x0 @intro @defeat @clear
release
end
#org @clear
settrainerflag 0x(your trainer # goes here) 0x1
release
end
Last edited: