PDA

View Full Version : how to write a variable on OSD from script



mavtop
September 17th, 2004, 09:13 AM
ok that i want to do is writing on the OSD of my monitor the content of a string variable

but i want to do this on my LUA script

so i want to do something like

writeonOSD("string")

if possible give it a timer too would be good

thanks for ur help

mav_top

Promixis
September 17th, 2004, 10:27 AM
Hi,

There currently is no function to call to display text using an OSD from lua.

You could use the TriggerEvent ("ShowOSD",18,variablename) from lua and link the ShowOSD as an event to a command with the OSD.