Get a weapons element?

Started by Zexion, March 18, 2014, 08:34:04 am

Previous topic - Next topic

Zexion

How do I get a weapon's element? Each weapon will only have one element, if that changes anything :P

G_G

It doesn't change anything, but you can do this in a script call via conditional branch.

$data_weapons[ID].element_set.include?(ELEMENT_ID)


There ya go!

Zexion