Initial Upload
Initial Upload
This commit is contained in:
9
_module/nss/lmpperfactrefund.nss
Normal file
9
_module/nss/lmpperfactrefund.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "lmpperfmisc"
|
||||
|
||||
void main()
|
||||
{
|
||||
// Remove some gold from the player
|
||||
SetLocalInt(OBJECT_SELF, "lmpPerformTheft", FALSE);
|
||||
TakeGoldFromCreature(10, GetPCSpeaker(), TRUE);
|
||||
TerminatePerformBoth();
|
||||
}
|
Reference in New Issue
Block a user