Initial commit. Updated release archive.
This commit is contained in:
15
_module/nss/at_give200gp.nss
Normal file
15
_module/nss/at_give200gp.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName at_give200gp
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 8/12/2002 10:16:53 PM
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_tool"
|
||||
|
||||
void main()
|
||||
{
|
||||
// Give the speaker some gold
|
||||
RewardPartyGP(200, GetPCSpeaker());
|
||||
|
||||
}
|
Reference in New Issue
Block a user