21 lines
519 B
Plaintext
21 lines
519 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_golemquest3
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 6/12/2003 1:46:50 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
#include "nw_j_assassin"
|
|
|
|
|
|
void main()
|
|
{
|
|
// Give the speaker some XP
|
|
RewardPartyXP(100, GetPCSpeaker());
|
|
|
|
// Set the variables
|
|
aSetPLocalInt(GetPCSpeaker(), "GolemQuest", 3);
|
|
|
|
}
|