7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
void main()
|
|
{
|
|
SetLocalInt(GetPCSpeaker(), "escort", 6);
|
|
DelayCommand(2.0,AssignCommand(OBJECT_SELF,ActionJumpToObject(GetObjectByTag("wp_escort0"))));
|
|
|
|
}
|