(08-06-2012, 03:52 PM)Statyk Wrote: Here should be the title of the note
Here should be the text from the note
Questname
Here should be the text of the memento
Pick the note entity and go to the Entity tab on the right. Fill in the PlayerInteractCallback box with "entrancequest_func" (no quotations). Then in your .hps put, Outside the OnEnter and OnStart:
void entrancequest_func(string &in asEntity)
{
AddQuest("entrancequest", "EntranceHallKey");
}
Isn't it:
<Entry Name="Quest_EntranceHallKey_Text">Here should be the text of the memento</Entry>
AddQuest("entrancequest", "Quest_EntranceHallKey_Text");