6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
|
void main()
|
||
|
{
|
||
|
DeleteLocalInt(GetArea(OBJECT_SELF), "Tribute");
|
||
|
SetLocalInt(GetArea(OBJECT_SELF), "TributePaid", TRUE);
|
||
|
}
|