Quote:
Originally Posted by PiX
The function getstringkeys will not find a var path if it does not exist. If you are setting your vars to 0, "", {}, or null, the var name and path will not be created because it is equal to null. Try this.option.(@player.account) = 1; or any value not null.
|
Thanks, I was wondering that. The DBNPC must be removing all flags = 0 when it is updated.