View Single Post
  #10  
Old 07-05-2001, 03:15 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Quote:
Originally posted by Kaimetsu


And I prefer:

NPC Code:

if(playerchats){
if(strequals(#a,Captain-USA)){
if(strequals(#c,HideNPC)) hide;
elseif(strequals(#c,UnHideNPC)) show;
}
}



More efficient, y0.
Yes okay it's indeed easier to add extra accounts with different options with this, but I always do it in the way I just did it if it's for only one account.
__________________

Reply With Quote