Added CCOH and missing areas Changed some areas to be craftable, Fixed some on death issues, Fixed the Gaurd
13 lines
420 B
Plaintext
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;
|
|
}
|