-->
Page 1 of 1

ip(), timer. if then else (V2)

PostPosted: Sat Apr 09, 2016 4:43 am
by Electroguard
Some bugs to report in ESP Basic 2.0.Alpha 7.

* ip() function always returns 0.0.0.0.

* timer duration [branch] always errors that it can't find the [branch] even though branch exists and can be branched to from elsewhere.

* if then else works, but not if you wish to chain several together for multiple choice selection...
eg: a following 'else if this then do that' doesn't cause an error but it is not actioned.

Re: ip(), timer. if then else (V2)

PostPosted: Sun Apr 10, 2016 3:18 pm
by Mmiscool
The ip() function should be good now.

The timer command requires a comma.
timer 5000, [branch]


the if then command is not able to do hat you are wanting right now.