Thread: A few Questions
View Single Post
  #12  
Old 11-30-2002, 07:39 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Quote:
Originally posted by billybob53
i don't quite get your message falcor.... but nvm.

I was meant to put strequals in the script but i was rushing.


Im doing it in offline mode.
You have the weapon Mech Spyder and you goto the upgrade factory and i used this:

if (playerchats&&strequals(#c,Upgrade Mech Spyder)&&hasweapon(Mech Spyder)) {
removeweapon: Mech Spyder;
toweapons Mech Spyder 2;
}

if (weaponfired){
blah......
}


Note: This is in Offline mode and it won't work so help plz

addweapon/removeweapon doesnt work in offline mode.
When you use addweapon/removeweapon (as Serverside) you dont need make it:

"addweapon:Mech Spyder"

just do it: addweapon/removeweapon <weaponname>,
without ":"
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote