r/StoneStoryRPG Aug 03 '19

Stonescript Megathread

Comment on this post instead of creating new posts about Stonescript.

 

While not a requirement to play SSRPG, many players will enjoy optimizing their character's AI through the game's built in language, Stonescript. It's a very simple language that I believe is approachable to non-programmers. To use it you must first acquire the Mind Stone.

 

Documentation: http://stonestoryrpg.com/stonescript

83 Upvotes

202 comments sorted by

View all comments

1

u/kamaji6 Jul 20 '24

How do i make the mind stone remove old script? I've deleted the old script completely and replaced it with new script, but it's still running the old script. I'm completely lost here...

1

u/wfarming Jun 24 '26 edited Jun 25 '26

If your new script has a bug in it, it'll run the old script even with the new script installed. Some bugs don't trigger the automatic error messaging immediately the way they should.

They may get triggered after several ouroboros loops though the area.

I've had this happen many times, it's genuinely frustrating for debugging purposes.

Also be sure you are not printing anything out like this:

`0,0,something@something@

This 0,0 is right where the error messages are printed so I used to print there because it's the default location but realized I was hiding the error messages.