- Joined
- Dec 30, 2011
- Messages
- 134
I want know how add a condition that be, for example:
//**********************************
If [DamageType] == Ranged then
X actions
endif
//**********************************
using the Damage Engine's @maghteridon96
//**********************************
I tried with this:
//**********************************
DamageEventType Equal to DamageTypeRanged
//**********************************
But doesn't works
//**********************************
If [DamageType] == Ranged then
X actions
endif
//**********************************
using the Damage Engine's @maghteridon96
//**********************************
I tried with this:
//**********************************
DamageEventType Equal to DamageTypeRanged
//**********************************
But doesn't works