want to use rpg style code 2.0
cyberlinxz
12 Nov 2016, 03:41I am new to quest and not that good at programing wanted to use it on a game I am making but I am missing something
I followed the direction that was on the page but when I start it gives me a error say the Combatlint function does not exist and when I Made the function I did not seem to fix it
Can some one help me plz
Thank you
cyberlinxz

Anonynn
12 Nov 2016, 05:20It would be helpful if you could post the code that's having the error. Right off the bat it looks like it is supposed to be:
CombatInit
But it looks like you wrote: Combatlint <-----
CombatInit is supposed to be short for: Combat Initiate. You have to be sure in coding that you spell everything EXACTLY the way it appears. For example, "this" is different from "This" and "THIS" ---- they all have to match.
If you need more help let us know!
The Pixie
12 Nov 2016, 09:16If you are using my CombatLib, I have recently uploaded a new version to Github, together with several pages describing how to use it.
https://github.com/ThePix/quest/wiki/CombatLib
cyberlinxz
12 Nov 2016, 16:32Pixie I followed the dirction and add shop and clothing to my programs in lib and then added the combatLib into lib but the three new tabs did not get made I do have all nine other programs in the folder but what do you do to add them
cyberlinxz
12 Nov 2016, 16:38Never mind I thank I got it to work thank you for all your help pixie
and anonynn