Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Custom Show Eval for checking a skill against N amount of weapon types equipped
<Custom Show Eval>
var wids=[2,4,6,8];visible=$gameParty.members().reduce(function(a,b){return b.equips().reduce(function(c,d){return c||((d!==null&&d.wtypeId!==undefined)?wids.indexOf(d.wtypeId)>=0:false);},a);},false)
</Custom Show Eval>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.