Difference between revisions of "EVENT TYPE CAMPAIGN ITEM LOST"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '*Sent by: player_core *When: An item is removed from the player's inventory that has the ITEM_SEND_LOST_EVENT variable set. CAMPAIGN_ITEM_LOST')
 
Line 1: Line 1:
 
*Sent by: player_core
 
*Sent by: player_core
 
*When: An item is removed from the player's inventory that has the ITEM_SEND_LOST_EVENT variable set.
 
*When: An item is removed from the player's inventory that has the ITEM_SEND_LOST_EVENT variable set.
 +
 +
:oItem      = GetEventObject( evEvent, 0 );
  
 
[[Category:Event types|CAMPAIGN_ITEM_LOST]]
 
[[Category:Event types|CAMPAIGN_ITEM_LOST]]

Revision as of 20:35, 23 July 2009

  • Sent by: player_core
  • When: An item is removed from the player's inventory that has the ITEM_SEND_LOST_EVENT variable set.
oItem = GetEventObject( evEvent, 0 );