10 lines
216 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
#include "lmpperfmisc"
void main()
{
// Remove some gold from the player
SetLocalInt(OBJECT_SELF, "lmpPerformTheft", FALSE);
TakeGoldFromCreature(10, GetPCSpeaker(), TRUE);
TerminatePerformBoth();
}