Difference between revisions of "Talk:GetEquippedObject"
Jump to navigation
Jump to search
Multi-slot items
imported>Irwiss |
imported>JdeRau (Multi-slot items) |
||
Line 54: | Line 54: | ||
--[[User:Irwiss|Irwiss]] 11:59, 26 December 2008 (EST) | --[[User:Irwiss|Irwiss]] 11:59, 26 December 2008 (EST) | ||
== Multi-slot items == | |||
Let's say I have a script like this: | |||
Ref Object | |||
Set Object to Player.GetEquippedObject 2 | |||
Player.UnequipItem Object | |||
What would happen if the player was wearing a robe for example? Would the above script unequip the robe or do I have to use '''Player.GetEquippedObject 18''' to get the reference for the robe? [[User:JdeRau|JdeRau]] 14:46, 25 March 2010 (EDT) |