Aantioch_Infernum/_module/nss/lmpperfactrefund.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

10 lines
216 B
Plaintext

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