Jimmy_The_Knight
Well-known member
- Joined
- Dec 28, 2020
- Messages
- 74
- Reaction score
- 33
Here's an example of how this could work:
/tpf [function name] / /tpp [process name] teleports you to the function/process containing the given text (not case sensitive). If there are multiple functions/processes that have similar text in their names, then it opens an inventory menu containing the functions/processes that match the given criteria. These commands would only be functional in dev mode, obviously.
Code navigation can be tedious when your plot has 200+ lines of code, and this feature would make finding specific parts of the code a lot faster and generally a more intuitive process.
Another idea: /tpe [event name] would also be quite useful, as sometimes it is really hard to find event blocks, especially in a very unorganized code space.
/tpf [function name] / /tpp [process name] teleports you to the function/process containing the given text (not case sensitive). If there are multiple functions/processes that have similar text in their names, then it opens an inventory menu containing the functions/processes that match the given criteria. These commands would only be functional in dev mode, obviously.
Code navigation can be tedious when your plot has 200+ lines of code, and this feature would make finding specific parts of the code a lot faster and generally a more intuitive process.
Another idea: /tpe [event name] would also be quite useful, as sometimes it is really hard to find event blocks, especially in a very unorganized code space.
Last edited: