Talk:RemoveMeIR

Active discussions

Object script bug?Edit

When RemoveMeIR is called by itself inside an object script, it apparently does nothing, despite the example showing otherwise. Is this a known bug? Calling RemoveMeIR on an inventory reference (such as one obtained through GetInvRefsForItem) does work.

This doesn't workEdit

; Within an object script:
begin GameMode
   RemoveMeIR
end

This does workEdit

; Within an object script
; invRef obtained through myContainer.GetInvRefsForItem MyItem
begin GameMode
   invRef.RemoveMeIR
end
Return to "RemoveMeIR" page.