Added CCOH and missing areas Changed some areas to be craftable, Fixed some on death issues, Fixed the Gaurd
12 lines
166 B
Plaintext
12 lines
166 B
Plaintext
#include "deity_include"
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
string sDeity = GetDeity(OBJECT_SELF);
|
|
|
|
SetLocalString(oPC,"Deity",sDeity);
|
|
|
|
Align_Shift(oPC);
|
|
}
|