8 lines
182 B
Plaintext
8 lines
182 B
Plaintext
void main()
|
|
{
|
|
object pc = GetLastUsedBy();
|
|
AssignCommand(pc, SetFacing(DIRECTION_SOUTH));
|
|
AssignCommand(pc,ActionJumpToObject(OBJECT_SELF,TRUE));
|
|
AssignCommand(pc, ActionRest() );
|
|
}
|