
11-29-2005, 10:41 AM
|
|
Registered User
|
 |
Join Date: Sep 2004
Posts: 5,260
|
|
|
Do some checks
if(hasweapon(Warrior system)){
does it detect this weapon?
triggeraction x,y,sword,war;
Does it send the triggeraction?
if(strequals(#p(0),war)){
does it send the triggeraction here? |
|
|
|