Skip to content

Lua: Add sayDialog to core.sound to allow speaking topics

Zackhasacat requested to merge zackhasacat/openmw:lua_say_dialog into master

This function is needed to reproduce several mechanics in lua, such as the "Thief! Put that back!" when you steal something. You could accomplish that with this function.

luas
core.sound.sayDialog(self,"thief")

I am not sure of the correct name here.

Edited by Zackhasacat

Merge request reports