13 lines
249 B
Plaintext
13 lines
249 B
Plaintext
|
#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));
|
||
|
}
|