15 lines
161 B
Plaintext
Raw Normal View History

void main()
{
object oPC = GetLastUsedBy();
//if (!GetIsPC(oPC)) return;
object oTarget;
oTarget = OBJECT_SELF;
AssignCommand(oPC, ActionSit(oTarget));
}