SalvoB
SalvoB
Do you have any idea what this could be? And why this happens? Can you reproduce the issue? I saw another closed issue here #13 , but it seems that...
Hi, immagine a situation where you select a piece in a board and go in a state "Piece Selection" from where you can move in a cell in the board,...
may I suggest here https://github.com/kubecz3k/FiniteStateMachine/blob/master/addons/net.kivano.fsm/content/FSMTransition.gd#L50-L56 to create a dictionary instead of an array where the key is the StateID and the value is its path. So it can be easily...
I am doing this in a trasnition script in order to access `something` defined in the source State: ``` func prepare(inNewStateID, inArg0 = null, inArg1 = null, inArg2 = null):...
talking about learn all the api. Is there a wiki or a documentation of the API, and examples? I am using a lot this plugin, I could find some time...
I don't want to go OFF-TOPIC here in this issue... but to enter a state manually, I guess you have to do something like: `fsm.getStateFromID(Name_of_the_State).enter()` I guess ?
Thank you for the insight :)
but it's weird... How can I access it through the States node? Are they not tool scripts?
Yes, Thank you for your reply. My comment was trying to make another point though. I'll try to explain better: When I try to access the global singleton from a...
I did try it out on my project and nothing happened, except for the creation of `LICENSE_GDSCRIPTIFY.txt`