Added CCOH and missing areas Changed some areas to be craftable, Fixed some on death issues, Fixed the Gaurd
9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalString(oPC,"Deity","");
|
|
SetLocalInt(oPC,"Race",0);
|
|
SetLocalInt(oPC,"Align",0);
|
|
SetLocalInt(oPC,"Domain",0);
|
|
}
|