EN4_PRC8/_module/nss/qst_host1move.nss
Jaysyn904 b464d8da05 Initial Commit
Initial Commit [v1.32PRC8]
2025-04-03 13:38:45 -04:00

9 lines
190 B
Plaintext

void main()
{
location lMove;
ExecuteScript("qst_done",OBJECT_SELF);
lMove = GetLocation(GetObjectByTag("en3_move"));
DelayCommand(3.0f,AssignCommand(OBJECT_SELF,JumpToLocation(lMove)));
}