13 lines
260 B
Plaintext
13 lines
260 B
Plaintext
|
void main()
|
||
|
{
|
||
|
if(GetLocalInt(GetModule(),"DomeTrigger2") == 0)
|
||
|
{
|
||
|
SetLocalInt(GetModule(),"DomeTrigger2",1);
|
||
|
ExecuteScript("dometrigexe2", OBJECT_SELF);
|
||
|
}
|
||
|
else if(GetLocalInt(GetModule(),"DomeTrigger2") == 2)
|
||
|
{
|
||
|
ExecuteScript("elluteri_exe_2", OBJECT_SELF);
|
||
|
}
|
||
|
}
|