Changed folder name.
Changed folder name.
This commit is contained in:
16
_module/nss/alteroflaw.nss
Normal file
16
_module/nss/alteroflaw.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName alteroflaw
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 1/10/2006 6:50:50 AM
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
|
||||
// Remove some gold from the player
|
||||
TakeGoldFromCreature(500, GetPCSpeaker(), TRUE);
|
||||
|
||||
// Remove some xp from the player
|
||||
GiveXPToCreature(GetPCSpeaker(), -500);
|
||||
}
|
Reference in New Issue
Block a user