Sobeman459 Member 340 Dec 22, 2008 #1 How would i go about this, i have been trying different things with no sucess, any help is appreciated thank you.
How would i go about this, i have been trying different things with no sucess, any help is appreciated thank you.
Dargor Sponsor 1,845 Dec 22, 2008 #2 I don't understand what you're trying to do here. You mean, if actor 1's weapon has the element 17 included in its element set? If so, this should do the trick: Code: if $data_weapons[$game_actors[1].weapon_id].element_set.include?(17) # your code here end Upvote 0 Downvote
I don't understand what you're trying to do here. You mean, if actor 1's weapon has the element 17 included in its element set? If so, this should do the trick: Code: if $data_weapons[$game_actors[1].weapon_id].element_set.include?(17) # your code here end