Search found 2 matches

by Siron2k
Fri Oct 17, 2014 7:59 pm
Forum: Mod Creation
Topic: Difference in Scripting Reference
Replies: 5
Views: 10185

Re: Difference in Scripting Reference

A lot of things on the scripting side have changed. We're working on updating the modding guide and scripting reference good to know. With the component system, you need to also query for the specific component on an entity first. This is just a complete random post from work, but something like......
by Siron2k
Fri Oct 17, 2014 4:49 pm
Forum: Mod Creation
Topic: Difference in Scripting Reference
Replies: 5
Views: 10185

Difference in Scripting Reference

Is there any differnce in the Scription Reference ( http://www.grimrock.net/modding_log1/scripting-reference/ )? I tried to reward a character with a small XP Bonus for an Action. I created a script and tried to call the character but all i receive is an error message. function finishedRiddle() part...