9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
SetLocalString(oPC,"Deity","");
|
||
|
SetLocalInt(oPC,"Race",0);
|
||
|
SetLocalInt(oPC,"Align",0);
|
||
|
SetLocalInt(oPC,"Domain",0);
|
||
|
}
|