J
jianmingyong
Guest
Describe the bug you experienced here.
What I expected to happen:
Able to repeat the script.
What actually happened:
Run once and that's it for your eternity.
Steps to reproduce:
version=2
@Storage.set(bool,repeat,true)
:while:<Storage.get(bool,repeat)>=true
@Script.start(test)
:endwhile
:end
version=2
@Text.show(Can I repeat?)
:end
What I expected to happen:
Able to repeat the script.
What actually happened:
Run once and that's it for your eternity.
Steps to reproduce:
version=2
@Storage.set(bool,repeat,true)
:while:<Storage.get(bool,repeat)>=true
@Script.start(test)
:endwhile
:end
version=2
@Text.show(Can I repeat?)
:end