EN4_PRC8/_module/nss/m1q0dpavelend.nss

10 lines
241 B
Plaintext
Raw Permalink Normal View History

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