- Joined
- Jan 9, 2016
- Messages
- 1,487
Okay,I was doing something with Custom Scripts to make a custom build system.However,it crashes without any fatal error report.Here are the triggers that causes the crash:
-
Triggers
-
Events
-
Unit - A unit Is issued an order targeting a point
-
-
Conditions
-
Actions
-
Custom script: if (GetIssuedOrderId() == 1747988529) then
-
Unit - Order BuildSys_Builder(Don't mind this variable.It works in real) to build a building at BuildSys_TempLoc[2](this as well)
-
Custom script: elseif (GetIssuedOrderId() == 1747988533) then
-
Set BuildingID = (Integer(h005))
-
Custom script: endif
-
-