Heres a question for you Toad, I have a script for back blast and effects right.
Was a pain to get weapon specific, now however I want it to be "Law" or "RPG"
Here it is as is:
_man=_this select 0
_object=nearestobject [_man,"Law"]
_pos=getpos _object
_lifeTime =35
_delay = 0.001
_velocity=[0,0,1]
_lifeTicks = _lifeTime / _delay
_lifeTick = _lifeTicks
now how can I get "RPG" and "LAW" into the same array?