jacksuspenders Posted December 13, 2021 Posted December 13, 2021 (edited) How do I get the TSLPatcher to compile my script and substitute in the 2da memory tokens? I stored a row index in 2DAMEMORY1, but my script won't compile with int nType = #2DAMEMORY1# in it. Trying to compile from the command line says that the characters # and DAMEMORY are unrecognized or some shit, if that helps. I also tried omitting the int and just using nType = whatever, but then I get an error for not declaring the variable. Edited December 15, 2021 by jacksuspenders typo Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.