10-20-2018, 03:21 AM
Sorry I must've miscomprehended your speech. Anyway I got the script call to work perfectly only if I add the script call
before the script call
Sorry for late reply, I have a bit of a busy schedule but thank you for your help as always DerVVulfman.
Code:
$game_actors[8].limitbreak += 1000
Code:
$game_party.actors.each { |actor|
next unless actor.exist?
actor.limitbreak += 0
}