Wow the week starts and suddenly all reply. Yes I really love the snowflake script and I was playing around with it, too.
It is true that I started with scripting with WME 2 days before I joined these forums. But I did try out other engines and I studied engineering in IT, so I do have some (if small) programming background.
IMO the scripting language is easy to use and the documentation is very good (can't wait until it's completed, though

).
The new night/day transition has been implemented and the hero following you works better if I attach a script to that actor which runs in a infinite loop (but he still reacts too slow).
I have encountered 2 minor "problems".
In the WME.log file I get the error message:
"02:21: CBObject::AddScript - trying to add script 'actors\hero\hero.script' mutiple times (obj: 'hero')
02:21: Error opening file ''
I really don't know what that is? I have been searching the code for a reference but nada.
Also the moves are stored in the scene.script file. But if I want use the "On Mouseclick" events in other scripts it does not work. Also I don't know from where actually scene.script is called. Is it a basic script that is called with the first scene that is being loaded in the game?
I also noticed while I was trying to do new scenes that the contents of this script don't apply anymore. Can someone give me more info on this?