EN4_PRC8/_module/nss/en4_angel_2.nss

13 lines
249 B
Plaintext
Raw Permalink Normal View History

#include "utl_i_sqluuid"
void main()
{
location lLoc;
string sTag;
sTag = "EN4_Respawn";
lLoc = GetLocation(GetObjectByTag(sTag));
SQLocalsUUID_SetInt(GetPCSpeaker(),"OverallQuest",999);
AssignCommand(GetPCSpeaker(),JumpToLocation(lLoc));
}