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.