Auto Wear Object
wooterslw
22 Jun 2020, 07:18Is there a way to activate the wear command of an object as soon as the player takes it?
mrangel
22 Jun 2020, 09:30I'd probably give it a changedparent
script:
if (this.parent = game.pov) {
WearGarment (this)
}
(maybe also printing a message, if you want to make it clear to the player that they're wearing the object)