January 25, 20215 yr Hello, i cant seem to get this to work. i believe i am getting boolen back but idk if i am wrapping it properly. Lua.LuaDoString($"SetLFGRoles(false, {RDFSettings.CurrentSetting.Tank}, {RDFSettings.CurrentSetting.Heal}, {RDFSettings.CurrentSetting.DPS});");
January 27, 20215 yr hi, try to use {RDFSettings.CurrentSetting.Tank.ToString().ToLower()} (by default boolean is converted to "True" or "False" if my memory is good)
Create an account or sign in to comment