6 lines
165 B
Plaintext
6 lines
165 B
Plaintext
void main()
|
|
{
|
|
//Move delaer to chair object with the tag 'DealerChair' and sit in it.
|
|
AssignCommand(OBJECT_SELF,ActionSit(GetObjectByTag("DealerChair")));
|
|
}
|