Initial upload. PRC8 has been added. Module compiles, PRC's default AI & treasure scripts have been integrated. Started work on top hak for SLA / Ability / Scripting modifications.
9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
void main()
|
|
{
|
|
object oObject=GetEnteringObject();
|
|
|
|
AssignCommand(oObject,ClearAllActions());
|
|
AssignCommand(oObject,PlayVoiceChat(VOICE_CHAT_HELP));
|
|
AssignCommand(oObject,ActionJumpToObject(GetWaypointByTag("jw_pit2_wp")));
|
|
}
|