Initial commit
Initial commit. Updated release archive.
This commit is contained in:
14
_module/nss/en5_minstrel_su.nss
Normal file
14
_module/nss/en5_minstrel_su.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "en5_specialareas"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
string sTalk;
|
||||
|
||||
iResult = TRUE;
|
||||
|
||||
sTalk=GetMinstrelTalk();
|
||||
SetCustomToken(300,sTalk);
|
||||
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user