View Single Post
  #5  
Old 07-26-2006, 06:54 AM
ylosh
Sarnak
 
Join Date: Jan 2006
Posts: 39
Default

that's exactly what quest::setglobal() does with the different option sets.

Code:
           +--------+---------+---------+----------+
           |  value |  npcid  |  player |   zone   |
           +--------+---------+---------+----------+
           |   0    |  this   |   this  |   this   |
           |   1    |  all    |   this  |   this   |
           |   2    |  this   |   all   |   this   |
           |   3    |  all    |   all   |   this   |
           |   4    |  this   |   this  |   all    |
           |   5    |  all    |   this  |   all    | 
           |   6    |  this   |   all   |   all    |
           |   7    |  all    |   all   |   all    |
           +--------+---------+---------+----------+
Reply With Quote