Thread: A few Questions
View Single Post
  #11  
Old 11-30-2002, 06:19 PM
billybob53 billybob53 is offline
Banned
Join Date: Nov 2002
Location: Usually in wy own world but at the moment in England
Posts: 33
billybob53 is on a distinguished road
Send a message via AIM to billybob53 Send a message via Yahoo to 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
Reply With Quote