Initial commit
Initial commit. Updated release archive.
This commit is contained in:
13
_module/nss/en6_minstrel_f.nss
Normal file
13
_module/nss/en6_minstrel_f.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
string sMob;
|
||||
|
||||
sMob=GetLocalString(OBJECT_SELF,"Mob");
|
||||
if (sMob == "")
|
||||
sMob = "strange creature";
|
||||
SetCustomToken(100,sMob);
|
||||
|
||||
iResult = FALSE;
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user