generated from Jaysyn/ModuleTemplate
7 lines
172 B
Plaintext
7 lines
172 B
Plaintext
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF, "iConvoChoice", 9);
|
|
string sScript = GetLocalString(OBJECT_SELF, "sConvoScript");
|
|
ExecuteScript(sScript, OBJECT_SELF);
|
|
}
|