Index: doc/user/06_feature/scripting/rosetta/12_hello_dad/ex.lua =================================================================== --- doc/user/06_feature/scripting/rosetta/12_hello_dad/ex.lua (nonexistent) +++ doc/user/06_feature/scripting/rosetta/12_hello_dad/ex.lua (revision 20977) @@ -0,0 +1,8 @@ +function hello() + dad("heldi", "new") + dad("heldi", "label", "Hello world!") + dad("heldi", "run_modal", "hello-world", "Hello world dialog") + return 0 +end + +fgw_func_reg("hello")