I'm really new to how scripting works. I have a little programming experience but it's not helping a ton.
I'm trying to use UnEquipItem, but I'm confused on how to use the first parameter... I need the ObjectID right? How can I get the ObjectID for the object the script is attached to and running on?
I'm trying to use UnEquipItem, but I'm confused on how to use the first parameter... I need the ObjectID right? How can I get the ObjectID for the object the script is attached to and running on?
You don't need an objectID, you need either a variable or a property. Self should do fine.