#Error character

4 messages · Page 1 of 1 (latest)

lost crest
#

I'm having an odd issue that I can't seem to shake. "Variable <unknown_object>.s(104025, -2147483648) not set before reading it." but I'm not able to find the offending "s"

I'm assuming (as I often do) that when tring to ctrl + s to save I missed the ctrl and dropped an errant "s" somewhere.

Problem is I can't seem to find it anywhere. there's nothing before this in the script(screenshot1), there's no hanging s I can find in the draw_gui event (second screenshot) nor in scr_draw_inventory (screenshot3)

Any help is appreciated.

opal stream
#

try hitting ctrl + shift + f, and search for s with "whole word only" checked and see if anything comes up

#

definitely strange that the error is pointing to an unrelated line

lost crest
#

Thank you! Found the error, not sure why it was sending me to a completely different line.