#include <csutil/csstring.h>
#include <csutil/weakreferenced.h>
#include <idal.h>
Go to the source code of this file.
      
        
          | #define PSQUEST_DISABLED_QUEST   0x00000001 | 
        
      
 
The quest is disabled and won't be loaded by the server, used for the flags column. 
Definition at line 43 of file psquest.h.
 
 
      
        
          | #define QUEST_OPT_SAVEONCOMPLETE   0x01 | 
        
      
 
 
Utility function to parse prerequisite scripts. 
- Parameters
 - 
  
    | prerequisite | The variable that will hold the parsed prerequisite  | 
    | self | Pointer to the quest if used to load for a quest  | 
    | script | The prerequisite to parse <pre>...</pre>.  | 
  
   
- Returns
 - True if successfully parsed.