B
Bluexcell
I want to create the Python equivalent of an endless loop that i use in
Iptscrae:
In Iptscrae one creates a dummy spotstate loop and places the calls to
routines inside that.. like this:
ON ENTER
{
0 ME SETALARM
}
ON ALARM
{ { 0 ME SETSPOTSTATELOCAL }
{ ME GETSPOTSTATE 0 + ME
SETSPOTSTATELOCAL }
ME GETSPOTSTATE 0 > IFELSE
myroutine EXEC
mynext routine EXEC
; etc
0 ME SETALARM
can anyone suggest the Python equivalent?
mailto:[email protected]
regards Incony
Iptscrae:
In Iptscrae one creates a dummy spotstate loop and places the calls to
routines inside that.. like this:
ON ENTER
{
0 ME SETALARM
}
ON ALARM
{ { 0 ME SETSPOTSTATELOCAL }
{ ME GETSPOTSTATE 0 + ME
SETSPOTSTATELOCAL }
ME GETSPOTSTATE 0 > IFELSE
myroutine EXEC
mynext routine EXEC
; etc
0 ME SETALARM
can anyone suggest the Python equivalent?
mailto:[email protected]
regards Incony