13 lines
251 B
Plaintext
13 lines
251 B
Plaintext
#include "utl_i_sqluuid"
|
|
|
|
void main()
|
|
{
|
|
location lLoc;
|
|
string sTag;
|
|
|
|
sTag = "EN4_MERespawn";
|
|
lLoc = GetLocation(GetObjectByTag(sTag));
|
|
SQLocalsUUID_SetInt(GetPCSpeaker(),"OverallQuest",999);
|
|
AssignCommand(GetPCSpeaker(),JumpToLocation(lLoc));
|
|
}
|