• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Not confirmed [Indev 0.53] Unable to Repeat Script in While Loop

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
 
J

jianmingyong

Guest
Head Bump :p
Tested in v0.53, result: Failed.

It now freeze the game instead and then not responding forever.
 
J

jianmingyong

Guest
I think the status of this thread is fixed in next version :p
 
Top