Aschbourne_PRC8/_module/deity_set_token.nss
GetOffMyYarn 8622e5ce08 Area Changes and other fixes
added areas and ccoh,
fixed some areas to work with crafting
fixed some on death issues
added server entry/ooc
2024-08-30 10:38:04 -04:00

13 lines
420 B
Plaintext

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;
}