Talk:RemoveMeIR

Active discussions
Revision as of 20:05, 8 June 2015 by imported>RabbitB (Documenting possible bug.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.