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/altarofworship.nss
Normal file
8
_module/nss/altarofworship.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetLastUsedBy();
|
||||
if (!GetIsPC(oPC)) return;
|
||||
object oTarget = OBJECT_SELF;
|
||||
AssignCommand(oTarget, ActionStartConversation(oPC, "altarofworship"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user