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:
8
_module/nss/deity_reset_vars.nss
Normal file
8
_module/nss/deity_reset_vars.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
SetLocalString(oPC,"Deity","");
|
||||
SetLocalInt(oPC,"Race",0);
|
||||
SetLocalInt(oPC,"Align",0);
|
||||
SetLocalInt(oPC,"Domain",0);
|
||||
}
|
Reference in New Issue
Block a user