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

10 lines
241 B
Plaintext

void main()
{
if(GetLocalInt(OBJECT_SELF,"NW_L_M1Q0DEscape"))
{
//SpeakOneLinerConversation();
ActionMoveToObject(GetNearestObjectByTag("M1Q0ToChapter1"));
ActionDoCommand(DestroyObject(OBJECT_SELF));
}
}