User Tools

Site Tools


building:scripts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
building:scripts [2019/03/10 20:56]
Mavrixio
building:scripts [2019/03/26 21:08] (current)
murdrkitten
Line 10: Line 10:
     if (GetLocalInt(OBJECT_SELF,​ "​USE_MAV_SYSTEM"​))     if (GetLocalInt(OBJECT_SELF,​ "​USE_MAV_SYSTEM"​))
     {     {
-        ​ExecuteScrit(OBJECT_SELF, ​"​mv_awesomesystem"​);​+        ​ExecuteScript("​mv_awesomesystem"​, OBJECT_SELF);
     }     }
     else     else
     {     {
-        ​ExecuteScrit(OBJECT_SELF, ​"​my_system"​);​+        ​ExecuteScript("​my_system"​, OBJECT_SELF);
     }     }
 } }
Line 22: Line 22:
 <​code>​ <​code>​
 #include "​any_script"​ #include "​any_script"​
-#include "really any script"+#include "really_anyscript"
 </​code>​ </​code>​
  
building/scripts.1552251397.txt.gz ยท Last modified: 2019/03/10 20:56 by Mavrixio

phpBB Appliance - Powered by TurnKey Linux