10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
|
void main()
|
||
|
{
|
||
|
location lMove;
|
||
|
|
||
|
ActionPauseConversation();
|
||
|
lMove = GetLocation(GetObjectByTag("en3_move"));
|
||
|
AssignCommand(OBJECT_SELF,JumpToLocation(lMove));
|
||
|
|
||
|
}
|