Search found 1 match
- Sat Sep 15, 2012 9:20 am
- Forum: Modding
- Topic: Script problem
- Replies: 7
- Views: 6250
Re: Script problem
I think you want to test the little Hello World script from http://www.grimrock.net/modding/introduction-to-scripting/ , right ? -- hello world script function hello() print("Hello world!") end I think i can explain that code snippet: -- hello world script this first line is a comment, whi...