aquril 0 Posted September 5, 2021 I've been reading through the Javadocs for the randoms api, and I'm pretty sure I've figured out how to enable a certain solver (Genie solver is what I'm trying to use), however I'm also trying to run a method after that solver finishes so that I can use the reward it gives. I can't seem to find much about this on the forum, so I was wondering if anyone here knew how to go about it?
holic 237 Posted September 5, 2021 Use onSolverStart to handle the Genie. It'll be called before DismissNPC is called so you can do your thing. You'll need to manually handle the Genie btw.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.