Jump to content

begin onactorequip from a formlist


TheBlob2

Recommended Posts

I wouldn't use a block type but a event handler. I don't recall exactly but I'm pretty sure that the second parameter on the OnActorEquip event handler admits a form list as parameter.
In case it won't, you can always leave the second parameter unfiltered and then use an extra conditional statement inside the event handler itself.

Something like this:

Begin Function {rEquipper, rEquipped}

If rEquipped.IsInList MyformList
; do some code
endif
End
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...