Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
12
_module/nss/en4_maelore_port.nss
Normal file
12
_module/nss/en4_maelore_port.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#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));
|
||||
}
|
Reference in New Issue
Block a user