Back to Browse

Skyrim Creation Kit Tutorial - Create A Custom Chair

9.0K views
Nov 20, 2012
7:18

Here is a Skyrim Creation Kit tutorial video showing you how to create a custom chair (out of almost anything) for the player to use in Skyrim. It also shows how you can create new object types using existing nif files, without having to export/edit them. Below is the script needed to make it work (as used in the video). Hopefully you find this helpful. ========================================== ObjectReference Property ChairMarkerREF Auto Actor Property PlayerRef Auto Event OnActivate(ObjectReference akActionRef) if akActionRef == PlayerREF ChairMarkerREF.Activate(PlayerREF) endif EndEvent ==========================================

Download

0 formats

No download links available.

Skyrim Creation Kit Tutorial - Create A Custom Chair | NatokHD