generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
7
_module/nss/run_convchoice11.nss
Normal file
7
_module/nss/run_convchoice11.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
SetLocalInt(oPC, "iConvChoice", 11);
|
||||
string sScript = GetLocalString(oPC, "sConvScript");
|
||||
ExecuteScript(sScript, oPC);
|
||||
}
|
||||
Reference in New Issue
Block a user