Areas and Fixes
Added CCOH and missing areas Changed some areas to be craftable, Fixed some on death issues, Fixed the Gaurd
This commit is contained in:
12
_module/nss/deity_set_token.nss
Normal file
12
_module/nss/deity_set_token.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
SetCustomToken(270, GetDeity(OBJECT_SELF));
|
||||
SetCustomToken(271, GetLocalString(OBJECT_SELF,"Title"));
|
||||
SetCustomToken(272, GetLocalString(OBJECT_SELF,"Description"));
|
||||
SetCustomToken(273, GetLocalString(OBJECT_SELF,"Domains"));
|
||||
SetCustomToken(274, GetLocalString(OBJECT_SELF,"Alignment"));
|
||||
SetCustomToken(275, GetLocalString(OBJECT_SELF,"Gender"));
|
||||
|
||||
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user