Initial commit
Initial commit [v9.7]
This commit is contained in:
13
_module/nss/take_gld_3000.nss
Normal file
13
_module/nss/take_gld_3000.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName take_gld_300
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 8/26/2007 11:54:45 AM
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
|
||||
// Remove some gold from the player
|
||||
TakeGoldFromCreature(3000, GetPCSpeaker(), FALSE);
|
||||
}
|
||||
Reference in New Issue
Block a user