I dont do anything with stargates so im not sure how they work but i noticed a few things:
First of all
Code:
Active == 1 -> Dial == 1
You set Dial to one, and dial will never revert back to 0,
if u do:
Dial is zero when active is so and one when active is so
and also ur interval cant be ten, e-gate minimal is 20, and note that these are miliseconds, so 20 is extremely fast,
ALso lastchevron is something u have to change by hand but m not sure if thats supposed to be or not...
If not, add this after every addr line
and also add this to the end of ur code:
Code:
1 > Lastchevron | Lastchevron > 7 -> Lastchevron = 1;
hope this helps
Bookmarks