Search found 4 matches

by nidone
Sat Sep 15, 2012 10:47 am
Forum: Modding
Topic: Script problem
Replies: 7
Views: 6250

Re: Script problem

OH WAIT! I just realised that this window is usable! :lol:
Image
I think it's just a free space! Damn. I need to sleep...

Thank all of you! And sorry for the inconvenience :D
by nidone
Sat Sep 15, 2012 10:37 am
Forum: Modding
Topic: Script problem
Replies: 7
Views: 6250

Re: Script problem

Afterwards connect a trigger (like a lever, pressure plate) to the script entity and choose the function to trigger. To trigger code:- Add a pressure_plate_hidden Select the plate Add a connector - connect it to your lua script entity Done. Place this somewhere on the map, then paste the code in th...
by nidone
Sat Sep 15, 2012 9:59 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, wh...
by nidone
Sat Sep 15, 2012 7:17 am
Forum: Modding
Topic: Script problem
Replies: 7
Views: 6250

Script problem

I'm totally sucks at scripting, and this question probably would be a most stupid question ever! Anyway,i've got a problem. Look at the preview window: http://cloud-2.steampowered.com/ugc/938129520101831860/BFB9F3D93F8D2B31419935774C3B8785592F55CA/ 100% i'm doing something wrong, but what? P.S. And ...