New account registration is temporarily disabled.

RMXP - GAME GUY'S ACHIEVEMENT'S SCRIPT - HELP?

Posts

Pages: 1
Trying to figure out how to use this script properly, I don't get how to set up the score function.
Basically I don't understand when it says the 'variable to store the score in' is variable_Id 5 ? So, what do I do with that? I have to set up a score for each acheivement so it knows when to give you the trophy or whatever I'm guessing, but hellifIknow how to work this. Any help is appreciated. I'm trying to learn scripting and think this will help me on my way.

Here's the link to the script: Game Guy's Achievement Script

Basically the game won't even start because I'm getting the error:

Script 'Trophies' line 83 NameError occured.
unitialized constant Awards: Scene_Regiuster
Puddor
if squallbutts was a misao category i'd win every damn year
5702
Do you see the number in where you can input the awards? Each award has a points value that attributes to an overall 'score'. That's where you set the points value.
Please tell me you scrolled far enough in the config to see that F|

The variable (5) is used to store this score for reference/scene calling. The script allows editing of this just in case you've already used variable 5 in your game.

And what's line 83? if the script is indeed spelt "Regiuster" try changing it to the correct spelling and see if that works. If not, trying posting in the original thread. Are you using the script from the thread or the demo? If you try the one from the thread this error might be fixed.

Also, try testing your copy of the script in a vanilla (i.e no scripts) project to see if it runs. If not then it's an internal script error (which makes your job much easier.) If it does run but not in your current project, it's a conflict, but looking at the error makes me highly doubt this >.>
I actually saw where you input the score.. what I missed what that there was a demo on the download page... it said instructions were in the script and thus I missed the small link. But I just downloaded it and will check out how to input the scores from there to see how it works.

Also, I tried the script in a new project and still got the error... line 83 is Block_Scenes =

asking what scenes you want to block 'access' to achievements on I think

I think the script you can copy on the page is probably the same as in the demo because it looks like it has the same achievements already inputted. I guess I'll go post on the script page unless you can think of any reason that it might come up with that error? The 'register' mispelling was just a typo, also.

Oh, and I tried the demo version of the script and got the error
Script 'Achievements' line 253: NoMethodError occurred.
undefined method 'queue' for nil:NilClass

I'm using like five other scripts and don't know where to put this one in relation, but had them working before this one...
They are:
UMS:Ccoa
DiaryScene:ForeverZer0
One-Man CMS:Rune
MailBox:game_guy
Hunger/Thirst:ForeverZer0
& Blizz-ABS
Just realized RMX OS --- is this rpg maker xp? Because that's what I'm using. It says there is a fix for RMX OS. Do I need to use this?
Puddor
if squallbutts was a misao category i'd win every damn year
5702
RMX OS is an online script set for RMXP, so no.

It's clearly an error on the creator's part if you can't get the project to run in the first place, so I'd recommend asking game_guy. That achievements script might actually be on here since he lurks here too, so you might want to have a look.

Right now by the looks of it none of your scripts would really conflict with achievements since it's mostly interior coding rather than visual/windows. (and the Achievements scene is separate). A lot of the scripts on Chaos Project are written to be compatible with each other so I think you're fine.

Talk to the creator. With the amount of bugs popping up in this code you might be better off eventing your achievements.
Pages: 1