22 lines
525 B
Plaintext
22 lines
525 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_186
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 9/1/2005 3:44:44 PM
|
|
//:://////////////////////////////////////////////
|
|
|
|
#include "pqj_inc"
|
|
#include "nw_i0_tool"
|
|
|
|
void main()
|
|
{
|
|
|
|
//:: Give the speaker some XP
|
|
RewardPartyXP(50, GetPCSpeaker());
|
|
|
|
//:: Set Quest stage & update DB.
|
|
AddPersistentJournalQuestEntry("husband", 3, GetPCSpeaker());
|
|
|
|
}
|