Starting the game WEARING clothes
The Mockingbird
14 Dec 2018, 00:26Hey! How do I make my character start the game with certain wearable objects already on?

James Spaid
14 Dec 2018, 00:54If I'm not mistaken, clothing being worn is just marked by a Boolean attribute on the item itself called "worn" (lower case). So just start the game with the attribute "worn" as True, and you should be good!

K.V.
14 Dec 2018, 01:32Put this in the start script:
(In this example, there is an object named "jacket".)
WearGarment(jacket)