- Joined
- Apr 25, 2018
- Messages
- 1
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMMV
Hello everyone,
I'm working on a script and I'm a bit stuck when it comes to aliasing. If I wanted to alias a function that already has a return command, how would I go about doing so? Unless I'm misunderstanding something (likely) calling the aliased function inside the new function definition triggers the return command before any of my other commands can be called. I know there's a way around this, but I'm not sure what it is.
I want to alias DataManager.makeSaveContents. Can anyone point me in the right direction for how to make this alias?
I have tried a few things, and none of it worked. I can't post the code/error messages right now because I don't have it with me.
Thanks
I'm working on a script and I'm a bit stuck when it comes to aliasing. If I wanted to alias a function that already has a return command, how would I go about doing so? Unless I'm misunderstanding something (likely) calling the aliased function inside the new function definition triggers the return command before any of my other commands can be called. I know there's a way around this, but I'm not sure what it is.
I want to alias DataManager.makeSaveContents. Can anyone point me in the right direction for how to make this alias?
I have tried a few things, and none of it worked. I can't post the code/error messages right now because I don't have it with me.
Thanks



