![]() |
![]() ![]() ![]() ![]() ![]()
|
Author | Topic: a bug for Quest 3.0 |
carlii |
![]() I found this bug while using Quest 3.0/QDK 3.0 (not BETA, the upgrade from your site). You create a menu using QDK 3.0. Let's say if you click on the choice 'Try To Get A Gig' another menu will appear (called 'gig') where you can choose where your band will play. (Eg. at a stadium or at a night club,etc) If do this, ie. make the action " Show menu 'gig' ", it says there is an error and closes the program! This didn't happen in 2.19! |
carlii |
![]() If you want to see this bug in action, here's the download : http://www.geocities.com/corrsdirect/musical_manager.zip |
ondre |
![]() In object the definitions for use on something delete themself everytime. |
ondre |
![]() Alex, loom up "beta" in dictionary! |
Alex |
![]() Ondre, don't be so cheeky! I'll take a look into these soon. A Quest/QDK 3.01 was inevitable anyway. |
Computer Whizz |
![]() Cheeky?? ![]() Ondre, would YOU look at the software properly? It is NOT Beta software.... Of course there will be bugs in it, there isn't a program WITHOUT bugs (unless it's a simple "X here: Y here: X*Y is:" program..... WHICH I DOUBT THERE IS COMMERCIALLY!!! ....anyway, that sounds like an error in Quest, not QDK..... unless while you're coding (carlii) it shuts QDK down! Computer Whizz |
carlii |
![]() Um....I was expecting somebody to actually answer my question! |
Alex |
![]() Carlii, I said I'd look into it didn't I? :) |
ondre |
![]() TEMPVS FVGIT |
Computer Whizz |
![]() huh? Computer Whizz |
ondre |
![]() That's in latin and means time flies. |
ondre |
![]() Alex, you better release a working version of Quest. Or else! |
Alex |
![]() I've fixed the "use on" bug now, 'twas a silly mistake. As for the menu bug, Carlii, you're getting the run time error because your "gig" menu doesn't have any choices in it. Admittedly a run time error as a result is pretty unkind, but then a menu that doesn't let you choose anything is pretty confusing. |
Computer Whizz |
![]() Alex: Along these lines, can you have a "type" that defines whether an object can be used by itself?? Like a type "Average" where when you use the item by itself then a message comes up saying "Sorry.... you can't use this object by itself!" or something like that. Computer Whizz |
Alex |
![]() CW, what you are looking for is this: action <object name; use> (script) as explained in "Changing an Object's Behaviour" in the "Quest Methods" section of the ASL Reference. |
Alex |
![]() Or rather, in your "average" type: define type <average> |