CK Script force player to use furniture

Post » Sun May 05, 2013 2:25 am

I would like some help regarding this topic. I made a custom throne with other static objects attached to it and it's kind of hard to select the option to sit because of all the objects that are in the way. Is there any way to make a trigger box that will make the player sit automatically on the throne when he walks into it? Thanks.

User avatar
adam holden
 
Posts: 3339
Joined: Tue Jun 19, 2007 9:34 pm

Post » Sun May 05, 2013 4:46 pm

You can create a trigger box and attach your own script that uses an OnTriggerEnter() event and then use MyThroneRef.Activate(Game.GetPlayer()) , fill MyThroneRef property with your throne and your done.

User avatar
Jerry Cox
 
Posts: 3409
Joined: Wed Oct 10, 2007 1:21 pm

Post » Sun May 05, 2013 4:52 am

Kudos man, you are the best, thanks a ton. It's hard to find good information about CK, this days, that works with Skyrim :)

User avatar
Jennifer Rose
 
Posts: 3432
Joined: Wed Jan 17, 2007 2:54 pm


Return to V - Skyrim