Initial commit. Updated release archive.
This commit is contained in:
20
_module/nss/at_golemquest3.nss
Normal file
20
_module/nss/at_golemquest3.nss
Normal file
@@ -0,0 +1,20 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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);
|
||||
|
||||
}
|
Reference in New Issue
Block a user