Results: 2Comments by: ArtisanLRO
File: Free Dialog Camera (First and Third Person)02/03/18
A fix to those heavily annoyed with...
Posted By: ArtisanLRO
A fix to those heavily annoyed with hearing the same line over and over again when you go to the store. EVENT_MANAGER:RegisterForEvent("FreeDialogCamera", EVENT_OPEN_STORE, function() SetSetting(SETTING_TYPE_AUDIO, AUDIO_SETTING_VO_ENABLED, 0) end) EVENT_MANAGER:RegisterForEvent("FreeDialogCamera", EVENT_CLOSE_STORE, fun...
File: Skylike Dialog02/03/18
A fix to those heavily annoyed with...
Posted By: ArtisanLRO
A fix to those heavily annoyed with hearing the same line over and over again when you go to the store. EVENT_MANAGER:RegisterForEvent("SkylikeDialog", EVENT_OPEN_STORE, function() SetSetting(SETTING_TYPE_AUDIO, AUDIO_SETTING_VO_ENABLED, 0) end) EVENT_MANAGER:RegisterForEvent("SkylikeDialog", EVENT_CLOSE_STORE, function(...