Jump to content

Script to place objects in specific locations?


Pococurante

Recommended Posts

Place the book, click on it in render window and check persistant reference and iniitially disabled, then attach a script to the quest step you want to trigger it to enable the object.
Link to comment
Share on other sites

Expanding on Chaynsama's post here is the exact script you need (add it to the quest script, not the book itself)

 

Short DoOnce

If GetStage QuestID == ## && DoOnce == 0;## is the quest stage you want completed before the; book is enabled
 BookReferenceID.Enable
 Set DoOnce to 1;Doesn't try to 're-enable' our book. Don't know if this matters but I;always add a DoOnce when enabling
EndIf

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...