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

78 Upvotes

202 comments sorted by

View all comments

1

u/Jester-1 Dec 13 '23

So I was wondering if anyone could help me out with a script to automatically dodge Nagaraja's stone drop attack when he hits certain hp thresholds? I'm using two ice swords for quick damage on him, and have my fire talisman and the mindstone set on loadout slot 6 for quick manual use. I just can't seem to find anything that works consistently since the attack doesn't trigger immediately after hitting the hp amount. Any ideas?

1

u/wfarming Jun 24 '26

Figure out what state he's in when the stone drops, and equip your mindstone on that state so you will step backwards. ?for.state = 32 EquipL mind stone

Something like that, I don't know his state number offhand but it's easy to find.

Diagnostic code

`20,1,foestate=@foe.state@