How to call void on another procedure

Published by Pufund on
Status
Resolved
Issue description

I am new to this program so I dont know if its possible but doing this in bukkit is wasnt problem so I think it will work. Basically I want to trigger voids or functions in other procedures. I have 2 procedures, first one is getting items on input slot and restarting timer and second one is adding +1 on tick update and if Integer equals 20 it needs to trigger some void or function in first one. Sorry for my English if you didnt understand my native language is not English.

Issue comments

Advanced -> Call procedure

Tracker rules:

Make sure to post only one feature request or bug report in each ticket, so each separate item can be tracked by our issue tracking system. Issues with multiple requests will be removed. The tracker is not a place for large lists of feature requests. Such lists belong to Feature requests and ideas for MCreator forum section and we will pick the most requested features from there. For questions related to the usage of MCreator, open a forum topic instead. This tracker is not a place for programming support or support on use of MCreator. How to and similar questions should be posted on forums instead.

Also, I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

Yes I know there is call procedure but If I call procedure its triggering main event trigger what I want is creating new Event trigger for other procedures to call it like different void.

if I call procedure it will do the same work as button click so when the time is up it'll be like clicking button.