Initial Upload
Initial Upload
This commit is contained in:
13
_module/nss/take_10000gp.nss
Normal file
13
_module/nss/take_10000gp.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName fare_capt1
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 11/06/2003 17:32:59
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
|
||||
// Remove some gold from the player
|
||||
TakeGoldFromCreature(10000, GetPCSpeaker(), TRUE);
|
||||
}
|
Reference in New Issue
Block a user