Guest testerman9876 Posted November 1 Posted November 1 IWD:EE appears to not have the smart options feature enabled for ai scripts, so SCS's Ease-of-Use AI script displays no options. Luckily, the feature appears to exist in IWD:EE, but it's just blocked in the UI. To enable it, I ran this regex on ui.menu: s/showingSmartOptions = false/showingSmartOptions = scriptList[scriptList_idx] ~= nil and scriptList[scriptList_idx]:find('STRATAGEMS') ~= nil/ (fyi, I posted this in the v35 discussion thread, but reposting it here since that thread says to create new threads for bugs) Quote
Guest Stribog Posted November 21 Posted November 21 I still experience this issue in iwdee in SCS v35.21. I had to adjust the regex a bit, however, so that it checks that `scriptList` is non-nil: s/showingSmartOptions = false/showingSmartOptions = scriptList and scriptList[scriptList_idx] ~= nil and scriptList[scriptList_idx]:find('STRATAGEMS') ~= nil/ Quote
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.