Page 1 of 1

Need help troubleshooting

Posted: Wed May 08, 2013 3:37 am
by kenzu38
Hey guyz, I get this error whenever my dwarf char does AT using rock5's AT script:

Code: Select all

Error IGF string "?" :1569:, "?" a nil value
Something like that. Forgot to take screenshot but it's pretty much accurate.

This always happens when it attempts to click on the transport candle at the end when you want to go out of AT after opening the chests. The popup confirmation window appears after clicking the candlestick but it errors probably when trying to click yes. Only the dwarf char gets this problem so I'm assuming it's related to it being a dwarf more than anything.

So, any ideas what could be wrong? Thanks.

Re: Need help troubleshooting

Posted: Wed May 08, 2013 5:02 am
by rock5
It's an unusual looking error but "IGF" means it's an error returned from the game from a RoMScript command. The only RoMScript command after clicking the candlestick is

Code: Select all

RoMScript("StaticPopup_OnClick(StaticPopup1, 1);")
I can't see any problem with that unless it ends up being the wrong popup. Are there any other popups on the screen when you get that error?

Maybe you could try that command manually. When you get the error type this in game (assuming the popup is still visible)

Code: Select all

/script StaticPopup_OnClick(StaticPopup1, 1)

Re: Need help troubleshooting

Posted: Wed May 08, 2013 7:45 am
by kenzu38
Thanks for the suggestion, I'll do that the next time the char does AT.

I'm also gonna create another dwarf char (on another account to make sure it's not a case of bugged account) and see what happens if I let it do AT. Good thing AT level requirement is low so it will only cost me a few exp orbs to get it to the required level.

EDIT: Oh and to answer your question, no, there's no other popups open when the error appears.