|
Planeshift
|
This script operation checks to make sure a named quest has been assigned to a player, and stops the script if not, issuing the specified error_msg dialog. More...
#include <dictionary.h>
Public Member Functions | |
| virtual csString | GetResponseScript () |
| virtual bool | Load (iDocumentNode *node) |
| virtual bool | Run (gemNPC *who, gemActor *target, NpcResponse *owner, csTicks &timeDelay, int &voiceNumber) |
| VerifyQuestAssignedResponseOp () | |
| string with npc declining to proceed because player does not have quest More... | |
| VerifyQuestAssignedResponseOp (int quest) | |
| virtual | ~VerifyQuestAssignedResponseOp () |
Public Member Functions inherited from ResponseOperation | |
| const char * | GetName () |
| only used for output in error messages while parsing the script in NpcResponse More... | |
| virtual bool | IsPublic () |
| virtual | ~ResponseOperation () |
Protected Attributes | |
| csString | error_msg |
| ptrs to cachemanager entries for quests. must have at least one. More... | |
| psQuest * | quest |
Protected Attributes inherited from ResponseOperation | |
| csString | name |
This script operation checks to make sure a named quest has been assigned to a player, and stops the script if not, issuing the specified error_msg dialog.
Definition at line 695 of file dictionary.h.
|
inline |
string with npc declining to proceed because player does not have quest
Definition at line 702 of file dictionary.h.
| VerifyQuestAssignedResponseOp::VerifyQuestAssignedResponseOp | ( | int | quest | ) |
|
inlinevirtual |
Definition at line 708 of file dictionary.h.
|
virtual |
Implements ResponseOperation.
|
virtual |
Implements ResponseOperation.
|
virtual |
Implements ResponseOperation.
|
protected |
ptrs to cachemanager entries for quests. must have at least one.
Definition at line 699 of file dictionary.h.
|
protected |
Definition at line 698 of file dictionary.h.