Hi, i'm usinne rye Cbs starter pack 0.3 and am having a little trouble.
Everytime I use the 'Attack' command, my screen goes blank and just says 'Can't dup NillClass' Can anyone help me with this at all, I'll post the part of script i'm having trouble with
If anyone can help me, I would be very grateful.
Thanks
Everytime I use the 'Attack' command, my screen goes blank and just says 'Can't dup NillClass' Can anyone help me with this at all, I'll post the part of script i'm having trouble with
Code:
elsif self.current_action.basic == 0 and
self.is_a?(Game_Actor) and self.current_action.kind == 0
@battle_actions = self.battle_actions1.dup
@flying_anime = self.flying_anime1
Thanks