Jump to content

Ease-of-Use AI script options not available in IWD:EE


Guest testerman9876

Recommended Posts

Guest testerman9876
Posted

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)

Guest Stribog
Posted

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/

 

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...