9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oUser = GetLastUsedBy();
|
||
|
object oChair = GetObjectByTag("px_azetoths_throne");
|
||
|
|
||
|
AssignCommand(oUser,ActionSit(oChair));
|
||
|
|
||
|
}
|