generated from Jaysyn/ModuleTemplate
8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalInt(oPC, "iConvChoice", 13);
|
|
string sScript = GetLocalString(oPC, "sConvScript");
|
|
ExecuteScript(sScript, oPC);
|
|
}
|