5 lines
316 B
Plaintext
5 lines
316 B
Plaintext
-- Modifications to sample scripts will be lost the next time you start the game.
|
|
owf_overlay_add_text(12, 12, "OpenWF", OWF_FONT_SIMPLE8, 0, 0, 0, 2) -- shadow
|
|
owf_overlay_add_text(10, 10, "OpenWF", OWF_FONT_SIMPLE8, 90, 253, 123, 2) -- text
|
|
owf_overlay_update()
|
|
while pcall(yield) do end -- keep the script running |