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