Thread: A few Questions
View Single Post
  #9  
Old 11-30-2002, 06:54 AM
Ningnong Ningnong is offline
Registered User
Ningnong's Avatar
Join Date: Nov 2002
Location: < -- way
Posts: 262
Ningnong is on a distinguished road
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
Reply With Quote