Hi,
I have a behavior file for 'enemies' in a game.
Some behaviors are the same, while others are enemy type dependent.
Is there a way to pass a parameter to the onAddToScene function so that the enemy type is set?
Or should I be doing this some other way - setting up a separate object ?
thanks