Initial Upload
Initial Upload
This commit is contained in:
13
_module/nss/take_5000gp.nss
Normal file
13
_module/nss/take_5000gp.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName take_5000gp
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 24/04/2004 21:55:12
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
|
||||
// Remove some gold from the player
|
||||
TakeGoldFromCreature(5000, GetPCSpeaker(), TRUE);
|
||||
}
|
Reference in New Issue
Block a user