Reply to Re: Missile brain Question
If you don't have an account, just leave the password field blank.
I didn't know about get_next_sprite_with_this_brain! That makes it a whole lot easier! Thanks!
Oh, and look in the script, I've already made sure It will not deal negative damage.

Oh, and look in the script, I've already made sure It will not deal negative damage.
//Now let's set a minimum damage, If(&damage < &magic) { &damage = &magic; } //And... Hurt him! hurt(&tar, &damage);