View Single Post
  #4  
Old 06-24-2002, 03:02 AM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
Re: hmm

Quote:
Originally posted by mikepg
I can't imagine it lagging too badly....Personally, Having 80 values in a string is MUCH nicerlooking than having 80 flags take up the whole window...but that's just my opinion.

Or, like Kam said...do something like

NPC Code:

if (playertouchsme) {
setstring client.chest_#F_#v(x)_#v(y),open;
}




That Would actlike a flag, and instead of checking if it's true, you'd just check to see if it's "open"
but i want to set the flag: #co#chestx#chesty#chestlevel

so it will show up in chest list
Reply With Quote