Thread: #l, #f ????
View Single Post
  #17  
Old 04-08-2003, 10:30 PM
Ethic_Sern Ethic_Sern is offline
Banned
Join Date: Aug 2002
Location: NewYork,NY
Posts: 97
Ethic_Sern is on a distinguished road
Send a message via AIM to Ethic_Sern
ITS MY B-DAY!!!!!

I am tring to get this to work EVERY time you enter a level.
if (playerenters){
this.len = strlen(#F);
setstring this.level,#e(this.len-3,this.len,#F);
if (strequals(#s(this.level),aal)){
addweapon -GUI;
removeweapon *GUI;
}
if (strequals(#s(this.level),.nw)){
addweapon *GUI;
removeweapon -GUI;
}
}

Right now its in the control NPC but it only works when i log on and off and i tried timeout loops in the System Weapon but it still doesnt work.
Any Ideas?
Reply With Quote