Where are the Damagetypes?
by fetze · in General Discussion · 03/16/2004 (12:26 pm) · 2 replies
Hi everybody!
I need to know, where I can find the Damagetypes(in which .cs). If they're hardcoded, It would be good, if anyone could tell me, what damagetypes there are.
Cu
Fetze
I need to know, where I can find the Damagetypes(in which .cs). If they're hardcoded, It would be good, if anyone could tell me, what damagetypes there are.
Cu
Fetze
About the author
Torque Owner Steven Jackson
You can change "Impact" to "BigBob". And then in the ::damage you could do:
if(%damageType == "BigBob") { echo("BigBob damagetype, or something."); }Edit: oops, forgot to note these would be found in /server/scripts/crossbow.cs