generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
18
_module/nss/banditqpreward.nss
Normal file
18
_module/nss/banditqpreward.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName banditqpreward
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 10.10.2005 19:28:38
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_tool"
|
||||
|
||||
void main()
|
||||
{
|
||||
// Give the speaker some gold
|
||||
RewardPartyGP(500, GetPCSpeaker(),FALSE);
|
||||
|
||||
// Set the variables
|
||||
SetLocalInt(GetPCSpeaker(), "nBanditQuestStatus", 1);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user