Quest 5.1 out now
Quest 5.1 is now available: http://www.textadventures.co.uk/blog/20 ... available/
Pertex
11 Jan 2012, 14:39arrrggh, too late. I found a bug. If you want to insert a "Raise UI request" to your script, the combobox shows one entry with all requests. If you want to delete it again, you get a bug.
EDIT: another one. If you add a picture to a room you get the message (when running the game):
Error running script: Error compiling expression 'game.useframe': RootExpressionElement: Cannot convert type 'Object' to expression result of 'Boolean'
Same is coming when calling thenew request SetPanelContents
EDIT: another one. If you add a picture to a room you get the message (when running the game):
Error running script: Error compiling expression 'game.useframe': RootExpressionElement: Cannot convert type 'Object' to expression result of 'Boolean'
Same is coming when calling thenew request SetPanelContents

Repro'd the Request bug, will look into it.
Regarding "useframe", that no longer appears in the Core library at all. Have you copied a Core.aslx function into your game from an older version?
Regarding "useframe", that no longer appears in the Core library at all. Have you copied a Core.aslx function into your game from an older version?
Pertex
11 Jan 2012, 15:16Alex wrote:
Regarding "useframe", that no longer appears in the Core library at all. Have you copied a Core.aslx function into your game from an older version?
You are right,I have to update my private coredescription.aslx. Without this its ok