Initial commit
Initial commit. Updated release archive.
This commit is contained in:
15
_module/nss/qst_mq_final_su.nss
Normal file
15
_module/nss/qst_mq_final_su.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "qst_include"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
string sText;
|
||||
|
||||
iResult = FALSE;
|
||||
|
||||
SetCustomToken(100,GetOverallBossName());
|
||||
sText=GetLocalString(OBJECT_SELF,"Tie-In");
|
||||
SetCustomToken(101,sText);
|
||||
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user