Right, ive forgotten absolutely everything to do with the editor. I used to be able to make a circle in about a minute or so but no i cant even do it...
I want to make a circle of rocks.
What ive got so far: (this fails so miserably, i know... i just cant remember how....I feel like a failure
):
Dont tell me to use loops, i feel more comfortable starting out as a beginner again.
And yeah, its not just gonna be 5, its going to be like 18 rocks. Just starting out at 5 just to see if it works.
Oh and dont give me the whole trigger, just tell me what to put at the end and what numbers to put
(360/18?)
Anyway, help please?
edit: changed numbers
edit2: also tried "angles"... didnt work... FFS
I want to make a circle of rocks.
What ive got so far: (this fails so miserably, i know... i just cant remember how....I feel like a failure
-
Actions
-
Set WallOfRock_Caster = (Casting unit)
-
Set WallOfRock_Caster_Point = (Position of WallOfRock_Caster)
-
Set WallOfRock_TargetPoint = (Target point of ability being cast)
-
Set WallOfRock_OutsidePoint[1] = (WallOfRock_TargetPoint offset by 20.00 towards (Distance between (Position of WallOfRock_Caster) and WallOfRock_TargetPoint) degrees)
-
Set WallOfRock_OutsidePoint[2] = (WallOfRock_TargetPoint offset by 40.00 towards (Distance between (Position of WallOfRock_Caster) and WallOfRock_TargetPoint) degrees)
-
Set WallOfRock_OutsidePoint[3] = (WallOfRock_TargetPoint offset by 60.00 towards (Distance between (Position of WallOfRock_Caster) and WallOfRock_TargetPoint) degrees)
-
Set WallOfRock_OutsidePoint[4] = (WallOfRock_TargetPoint offset by 80.00 towards (Distance between (Position of WallOfRock_Caster) and WallOfRock_TargetPoint) degrees)
-
Set WallOfRock_OutsidePoint[5] = (WallOfRock_TargetPoint offset by 100.00 towards (Distance between (Position of WallOfRock_Caster) and WallOfRock_TargetPoint) degrees)
-
Unit - Create 1 Rock for (Owner of WallOfRock_Caster) at WallOfRock_OutsidePoint[1] facing WallOfRock_TargetPoint
-
Unit - Create 1 Rock for (Owner of WallOfRock_Caster) at WallOfRock_OutsidePoint[2] facing WallOfRock_TargetPoint
-
Unit - Create 1 Rock for (Owner of WallOfRock_Caster) at WallOfRock_OutsidePoint[3] facing WallOfRock_TargetPoint
-
Unit - Create 1 Rock for (Owner of WallOfRock_Caster) at WallOfRock_OutsidePoint[4] facing WallOfRock_TargetPoint
-
Unit - Create 1 Rock for (Owner of WallOfRock_Caster) at WallOfRock_OutsidePoint[5] facing WallOfRock_TargetPoint
-
Dont tell me to use loops, i feel more comfortable starting out as a beginner again.
And yeah, its not just gonna be 5, its going to be like 18 rocks. Just starting out at 5 just to see if it works.
Oh and dont give me the whole trigger, just tell me what to put at the end and what numbers to put
Anyway, help please?
edit: changed numbers
edit2: also tried "angles"... didnt work... FFS