9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oObject=GetEnteringObject();
|
||
|
|
||
|
AssignCommand(oObject,ClearAllActions());
|
||
|
AssignCommand(oObject,PlayVoiceChat(VOICE_CHAT_HELP));
|
||
|
AssignCommand(oObject,ActionJumpToObject(GetWaypointByTag("jw_pit_wp")));
|
||
|
}
|