01-04-2009, 07:17 AM
Something like...
$game_actors[index].states.include?(3)
3 is the ID number for 'Venom' in the database.
At least, I think you would be using the ID numbers
$game_actors[index].states.include?(3)
3 is the ID number for 'Venom' in the database.
At least, I think you would be using the ID numbers