BrenoHenrike / Skua

77 stars 31 forks source link

Issue trying to edit code #31

Closed ChaseStad closed 1 year ago

ChaseStad commented 1 year ago

Whenever I write new code in the z_compiledScripts section it is erased the second I run the file. How do I fix this?

BrenoHenrike commented 1 year ago

z_CompiledScript is the final compilation of all the joined scripts needed to run the one you chose. If you want to edit something, you will need to find the file from where the code came from or copy the contents of the compiled script and make a new file with the changes you want.

ChaseStad commented 1 year ago

Figured it out, Thanks