Hello People of Hive,
I once again require your assistance since i have something that works perfectly in one place but when i try to duplicate the effect in another place it causes extreme lag and freezes the game for several seconds
Heres the trigger, can anyone help me figure out why this lags me out this much (The trigger is repeated every second for 5 seconds when triggered, no conditions).
I once again require your assistance since i have something that works perfectly in one place but when i try to duplicate the effect in another place it causes extreme lag and freezes the game for several seconds
Heres the trigger, can anyone help me figure out why this lags me out this much (The trigger is repeated every second for 5 seconds when triggered, no conditions).
-
For each (Integer A) from 1 to (NumberOfPlayers + 5), do (Actions)
-
Loop - Actions
-
Set VariableSet MobSpawnPoints = (Random point in Dungeon1 Part5 Boss <gen>)
-
Unit - Create (Random integer number between 3 and 5) Peasant for Neutral Hostile at MobSpawnPoints facing Default building facing degrees
-
Custom script: call RemoveLocation (udg_MobSpawnPoints)
-
-