Battledale_PRC8/_module/nss/fr_start_tele07.nss

11 lines
149 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oPC=GetLastUsedBy();
{
DelayCommand(0.7,AssignCommand(oPC,JumpToObject(GetWaypointByTag("fr_start_cormanthor"),FALSE)));
}
}