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);
|
||
|
}
|