#include <Quests.h>
Public Methods | |
Quest () | |
Constructor for default values. | |
Public Attributes | |
int | x |
The x,y location that will complete the quest. | |
int | y |
The x,y location that will complete the quest. | |
int | map |
The floor the quest is on. Quests will only be given out on the floor they can be completed on, for simplicity. | |
bool | bDone |
Is the quest completed? | |
string | TheDescript |
What is the one-line description of this quest? STL String. | |
bool | bGivesKey |
Will completing this quest give me an additional skeleton key? |
The game stores a vector full of these to provide the "backbone" for Mr. Questy.