Apparently when I give my pokemon an item to hold that boosts all its stats, its attacks don't work. They show up on the screen but it does nothing.
This is the script of the item:
if isConst?(attacker.species,PBSpecies,:MOLTRES) && isConst?(attacker.item,PBItems,:DESPARATESOUL)
atk=(atk*1.05).floor
defense=(defense*1.05).floor
speed=(speed*1.05).floor
spatk=(spatk*1.05).floor
spdef=(spdef*1.05).floor
end
My thanks to all those who help.
~HankMan
P.S
Also, how to you add a 150% exp gain?
This is the script of the item:
if isConst?(attacker.species,PBSpecies,:MOLTRES) && isConst?(attacker.item,PBItems,:DESPARATESOUL)
atk=(atk*1.05).floor
defense=(defense*1.05).floor
speed=(speed*1.05).floor
spatk=(spatk*1.05).floor
spdef=(spdef*1.05).floor
end
My thanks to all those who help.
~HankMan
P.S
Also, how to you add a 150% exp gain?
Last edited: