Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
13
nwnds_module/at_coindrop.nss
Normal file
13
nwnds_module/at_coindrop.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName at_coindrop
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 8/11/2002 11:26:49 PM
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
|
||||
// Remove some gold from the player
|
||||
TakeGoldFromCreature(1, GetPCSpeaker(), TRUE);
|
||||
}
|
Reference in New Issue
Block a user