Fixed creature hak name, added more quest persistence. Co-Authored-By: Awetizmo <107700980+Awetizmo@users.noreply.github.com>
16 lines
411 B
Plaintext
16 lines
411 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_138
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/28/2005 5:37:15 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
void main()
|
|
{
|
|
// Give the speaker some gold
|
|
RewardPartyGP(50000, GetPCSpeaker());
|
|
|
|
}
|