Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
As the title says I want to know how to do scripted losses in v18. I tried following a Thundaga tutorial but its for V17. I don't know what to do, I would appreciate it.
I have tried using this resource.
if Input.trigger?(Input::V)
if pbSave
Kernel.pbMessage("Saved the game!")
else
Kernel.pbMessage("Save failed.")
end
end
It gives me an error even though it is exactly what Reborn and Deso have.
Im confused.