-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implements ImportText()
#1706
Implements ImportText()
#1706
Conversation
I would very much like to see some much more complex test cases here. It seems like you're only handling single line imports, which is only a small part of the functionality. It should be able to handle complex savefile structures, including objects. This test should pass:
|
Done, thank you for writing that! |
…into importText
Fairly sure I came about this the wrong way. I haven't had a lot of motivation recently, so I'm closing this for the time being. Might come back to it someday, but I don't want to squat on this proc's implementation |
Implements the
ImportText()
proc.Closes #1639
(Unchanged) Functionality
;
to the 2nd argument=
in-between a string and a number/string in the 2nd argument= 6
),.
will become equal to the value.Parity Breaks
=
. I have made this change because the overall functionality of the=
was incredibly inconsistent, as shown below:foo\=
into the savefile)TODO
Shoutout to goon for being the only codebase I could find that uses this proc