'sprintf' error
Posted: Sat May 14, 2011 6:36 am
When switching to a repair waypoint, I was getting something like;
rom\functions.lua:953: Bad argument #3 to 'sprintf' <got nil>
Deleting the stat line fixed it, but I'm hoping someone can tell me why?
rom\functions.lua:953: Bad argument #3 to 'sprintf' <got nil>
Code: Select all
<onLoad>
changeProfileOption("INV_AUTOSELL_NOSELL_DURA", 150)
changeProfileOption("INV_AUTOSELL_NOSELL_STAT", XII)
</onLoad>