PDA

View Full Version : need infinite loop



ben0bi
11-09-07, 11:32 AM
hello again, i startet this in a new thread to get a faster answer..sorry.

i need an infinite loop to read some values from a dll, but it should not "stop" zbrush from working. is this anyway possible?

(its all described here:
http://209.132.96.165/zbc/showthread.php?p=411476#post411476
)

marcus_civis
11-09-07, 11:59 PM
There's no inifinite loop in zscripting. The only option is to use a large number of iterations. But be aware that zscripts are only active so long as they are the loaded zscript - pressing another plugin button will dispel the current zscript as only one can be active at one time.