i need help!!!!!!!!!
gamemaker
07 Jun 2005, 12:31i need help with evevrything , it keeps saying runtime error '9'
subscript end of file
also how do you make an inventory and can you make skills with this software, can you put a picutre in a text game lease post!!!!!
subscript end of file
also how do you make an inventory and can you make skills with this software, can you put a picutre in a text game lease post!!!!!
theRazor
07 Jun 2005, 16:08While I don't know about the specific error you are getting, there are several ways I can think of for you to script skills, and QDK makes inventory really easy. If you haven't downloaded QDK and are scripting without it, I'm much less knowledgeable, but inside QDK creating objects is as easy as clicking a button.
For skills, I would advise custom player commands (you can find those in the game settings) coupled with status vareable, one numerical vareable for each skill. When you used one of the skills on something, the custom command would use conditionals to see if your current level (the status vareable) was sufficient for whatever you were trying to do.
Question for the old timers: can you generate a random number inside of quest?
For skills, I would advise custom player commands (you can find those in the game settings) coupled with status vareable, one numerical vareable for each skill. When you used one of the skills on something, the custom command would use conditionals to see if your current level (the status vareable) was sufficient for whatever you were trying to do.
Question for the old timers: can you generate a random number inside of quest?
gamemaker
07 Jun 2005, 16:19error 9
yeah i need tons of help i payed for quest pro
yeah i need tons of help i payed for quest pro
MaDbRiT
07 Jun 2005, 19:12Question for the old timers: can you generate a random number inside of quest?
Yep.
using the following function:
$rand(4;7)$
will generate a random integer between 4 & 7
Al (MaDbRiT)