- Joined
- Mar 15, 2012
- Messages
- 2,892
A fun spell I am trying to make - Solved
Thanks for the help IcemanBo, problems solved.
Thanks for the help IcemanBo, problems solved.
Last edited:
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Set Real1[index] = Real1[index] + 5

If- Conditions


(offset1[index] + offsetChange1[index]) > MAX_OFFSET

Then - Actions


Set offsetChange1[index] = -3

Else - Actions


If - Conditions



(offset1[index] + offsetChange1[index]) < MIN_OFFSET


Then - Actions



Set offsetChange1[index] = + 3


Else - Actions
Set offset1[index] = offset1[index] + offsetChange1[index]
Unit - Move Dummy1 to Point1 with offset offset1[index] towards Real1[index]
