You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, the only way to create a pausable system is to specify in each pausable system something like
if myresource.myvalue != 'the value that set it to pause'{
execute the code
}
I want a more convenient way to do this.
I may take the side of do something like this :
By default, I add something like ScionState that will keep a track of what the last state on the pile is.
I also want this state to have an easy way to store basic bool for the user if he wants to.
Actually, the only way to create a pausable system is to specify in each pausable system something like
I want a more convenient way to do this.
I may take the side of do something like this :
By default, I add something like
ScionState
that will keep a track of what the last state on the pile is.I also want this state to have an easy way to store basic bool for the user if he wants to.
Then, I'll be able do to something like this :
The text was updated successfully, but these errors were encountered: