Aschbourne_PRC8/_module/nss/deity_set_token.nss

13 lines
420 B
Plaintext
Raw Permalink Normal View History

2024-06-14 10:48:20 -04:00
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;
}