Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → damage question
damage question
2002-03-08, 1:56 PM #1
if I wanted to damage every thing in a sector (without genarating explosions) at the push of a button what could I do?

------------------

I lost a mine! do you have it?(BOOM!)
I droped a trip mine around here, could you help me look for it?
2002-03-08, 2:37 PM #2
use dummy = FirstThingInSector to get a reference to a thing. Then create a loop with dummy = NextThingInSector verbs in it and do if(GetThingType(dummy) == 10) DamageThing(dummy, anyvalue, blah, blah)...
sorry, i'm tired. Refer to the JKSpecs for further help, or ask GBK to write it for you, I'm sure he'll do it for you.
"Häb Pfrässe, süsch chlepfts!" - The coolest language in the world (besides Cherokee)

↑ Up to the top!