Thread: Damage Types?
View Single Post
  #8  
Old December 14th, 2006, 02:45 AM

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?

Any syntax that results in a quoted damaged type works. That means you mostly have to use If statements.

Say you have damage types A, B, and C.

1+1 would not be a valid formula. iif(1+1 > 2, "A", "B") would be. That formula would always return damage type B, but you get the idea.

A more useful formula is iif([%Level%] > 5, "A", "B"). That'll make the weapon do damage type A levels 1-5, and B thereafter.
__________________
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