5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
void main()
|
|
{
|
|
GiveGoldToCreature(GetPCSpeaker(), GetLocalInt(OBJECT_SELF, "Reward"));
|
|
}
|