7 lines
206 B
Plaintext
7 lines
206 B
Plaintext
|
void main()
|
||
|
{
|
||
|
TakeGoldFromCreature(GetLocalInt(OBJECT_SELF, "Tribute"), GetPCSpeaker(), FALSE);
|
||
|
DeleteLocalInt(OBJECT_SELF, "Tribute");
|
||
|
SetLocalInt(GetArea(OBJECT_SELF), "TributePaid", TRUE);
|
||
|
}
|