6 lines
96 B
Plaintext
6 lines
96 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalString(oPC, "StaffType", "Druid");
|
|
}
|