HiddenTradition_PRC8/_module/nss/lmpperfactrefund.nss

10 lines
216 B
Plaintext
Raw Permalink Normal View History

#include "lmpperfmisc"
void main()
{
// Remove some gold from the player
SetLocalInt(OBJECT_SELF, "lmpPerformTheft", FALSE);
TakeGoldFromCreature(10, GetPCSpeaker(), TRUE);
TerminatePerformBoth();
}