Nightylighty Posted March 15, 2021 Posted March 15, 2021 In particular "You can not fast travel from this location.." message displayed then you try to fast travel with EnableFastTravel 0Some way to suppress this message from showing maybe? Or, preferably, change it to some custom one on specific occasions..
IntenseMute Posted March 15, 2021 Posted March 15, 2021 Use the script function SetStringSetting.The GameSetting you want to modify is called sNoFastTravelCell. Example:SetStringSetting "sNoFastTravelCell" "Your Text Here"
Nightylighty Posted March 15, 2021 Author Posted March 15, 2021 Yes, that's it! Thank you.PS By the way i think sNoFastTravelCell comes from travel disable in interiors, fast travel disable from EnableFastTravel function has somewhat different text which is tied to sNoFastTravelScriptBlock. Just mentioning it on he off chance someone will find it useful in the future.
Recommended Posts