I've got a script and it's got a help bar, and in the help bar i want it to have the description of the weapon the current actor is wielding.
I use:
But it doesn't come up with anything. Please help meh :D
I use:
Code:
@help_window.set_text(self.item == [@actor.weapon_id] ? "" : self.item.description)