First of all you have to use this format:
if (playerchats && strequals(#c,text))
not
if (playerchats && (blah)) etc..
Well anyway.
I dont really understand you :
When the player says something, and has the weapon Mech Spider...he should get mech spider? I dont really follow.
Maybe it's just me, it's late
The only thing i could think you mean is...:
English: if the player says something and "does not" have the weapon Mech Spider, give the player mech spider...
Script:
if (playerchats && strequals(#c,text) && !hasweapon(mech spider)){toweapons Mech Spider;}
Note: toweapons only works offline.
If thats not what u meant then oh well. *signs off*
bai
