Raziel Member 113 Jul 13, 2006 #1 I need to figure out, how to check if a weapon an actor is carrying has an element. I tried it like this for the whole party: Code: $data_weapons[@actor.weapon_id].element_set.include?(25) But somehow it doesn't work. I have no idea what else to try.
I need to figure out, how to check if a weapon an actor is carrying has an element. I tried it like this for the whole party: Code: $data_weapons[@actor.weapon_id].element_set.include?(25) But somehow it doesn't work. I have no idea what else to try.