Ancordia_PRC8/_module/nss/escortreward.nss
Jaysyn904 102ba7dab6 Initial Commit
Initial Commit
2023-09-21 19:51:32 -04:00

5 lines
92 B
Plaintext

void main()
{
GiveGoldToCreature(GetPCSpeaker(), GetLocalInt(OBJECT_SELF, "Reward"));
}