6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
void main()
|
|
{
|
|
object oChair = OBJECT_SELF;
|
|
AssignCommand(GetLastUsedBy(),ActionSit(oChair));
|
|
}
|