Initial upload
Initial upload
This commit is contained in:
17
_module/nss/asg_tes_alteranv.nss
Normal file
17
_module/nss/asg_tes_alteranv.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
// Set up Custom Token for Enchanted Anivl/Holy Altar
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult = TRUE;
|
||||
string sTag = GetTag(OBJECT_SELF);
|
||||
if (sTag=="ASG_ENANVIL")
|
||||
{
|
||||
SetCustomToken(1970001,"Enchanted Anvil");
|
||||
}
|
||||
else
|
||||
{
|
||||
SetCustomToken(1970001,"Holy Altar");
|
||||
}
|
||||
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user