Jump to content

Home

New Ebon Hawk Cutscene


Vox Kalam

Recommended Posts

Looking for a way to make a dialogue fire when you enter 003EBO if you have a certain cutsom item in your inventory. Just adding another cutscene, basically.

 

The easiest way is probably to modify the k_003ebo_enter script that fires when someone enters the Ebon Hawk. This script handles triggering most of the standard cutscenes so it's fairly easy to add one additional check there too. Doing it this way will make your mod incompatible with other mods that modify this script though. If you don't care about that it's the easiest way of doing it.

 

If you are concerned about compatibility you could make a custom script that handles this instead, and assign it as a heartbeat script on an invisible placeable you add to the Ebon Hawk area. This script could check for the presence of the item in the player's inventory and trigger the scene the first time it is detected.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...