Thread: Damage Types?
View Single Post
  #2  
Old December 13th, 2006, 03:43 PM

Phoenix-D Phoenix-D is offline
National Security Advisor
 
Join Date: Nov 2000
Posts: 5,085
Thanks: 0
Thanked 0 Times in 0 Posts
Phoenix-D is on a distinguished road
Default Re: Damage Types?

I haven't tried it, but probably not. AFAIK weapons can only have one damage type at a time.

You could sort of fake it like this though:
iif(random(0,100) > 50, "Normal", "Pushes Target"

That may not work. I'm not sure of the syntax for the Random function, and I don't know if its calculated every shot or just when the game loads..
__________________
Phoenix-D

I am not senile. I just talk to myself because the rest of you don't provide adequate conversation.
-Digger
Reply With Quote