Added CCOH and missing areas Changed some areas to be craftable, Fixed some on death issues, Fixed the Gaurd
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetLastUsedBy();
|
|
if (!GetIsPC(oPC)) return;
|
|
object oTarget = OBJECT_SELF;
|
|
AssignCommand(oTarget, ActionStartConversation(oPC, "altarofworship"));
|
|
}
|
|
|