Initial commit
Initial commit. Updated release archive.
This commit is contained in:
18
_module/nss/qst_custom_sa_t3.nss
Normal file
18
_module/nss/qst_custom_sa_t3.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
#include "qst_include"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
string sLocation;
|
||||
string sZone;
|
||||
|
||||
SetupTokens(OBJECT_SELF);
|
||||
|
||||
sZone=GetLocalString(OBJECT_SELF,"QuestZone");
|
||||
sLocation=GetLocalString(GetObjectByTag(sZone + "_1_Enter"),"Location");
|
||||
|
||||
SetCustomToken(102,sLocation);
|
||||
SetCustomToken(100,GetLocalString(GetModule(),"T3Mobs"));
|
||||
iResult = FALSE;
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user