Fixed creature hak name, added more quest persistence. Co-Authored-By: Awetizmo <107700980+Awetizmo@users.noreply.github.com>
16 lines
407 B
Plaintext
16 lines
407 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_189
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 9/1/2005 4:38:09 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
void main()
|
|
{
|
|
// Give the speaker some XP
|
|
RewardPartyXP(5000, GetPCSpeaker());
|
|
|
|
}
|