RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Modern Algebra, Quest log aint working for me

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 81
GAMING IS FUN!!!!!!!!!! *throws ps3 pad at HD tv*
i have literally tried running your quest log script numerous times but i keep coming up with an error. I've read over and over again about the parameters and what not but I don't actually get what is up with my coding. The only thing I changed at first was the name of the quest and different objectives but that didn't work so i tried using the default quest (the fetch quests) and even that didn't work...

what do you suggest? I've been thinking of just using conditional branches even though that's going to be hard to keep track of.  :'(
one does not just simply walk into Mordor

*
Rep:
Level 82
This would have been better in the actual thread for the script.

Firstly, what is the error? The error message that comes up, whilst not looking very important, often tells a big story.

The problem is, we have no idea what you're doing or what is happening. It's working for everyone else, so it's likely to be something you've done (probably inadvertently). Error messages can tell us what isn't working, or most often than not, what the compiler tried to do and couldn't.
(Why do I always feel like it's the end of the world and I'm the last man standing?)

**
Rep: +0/-0Level 81
GAMING IS FUN!!!!!!!!!! *throws ps3 pad at HD tv*
oh yeah, i get what you mean. so i'ma just show you. I put the script back into my game and ran it so i could get the error screen. its in the picture below
one does not just simply walk into Mordor

*
Rep:
Level 82
Well, usually if it's a problem with the script itself, it says as much. Something like "Error occurred in x script at line y." This is pretty generic. I get these kinds of errors through use of a script in an Event.

Have you tried:

using a fresh, new copy of the latest version of the Quest Log script? Don't make any changes to the script, just put that in (instead of what you have) and run the game.

If you still get an issue, it's going to be something else and not the quest log. If you don't get any issues it might be the version you have (or still something else completely). But let's just figure out if it's Quest Log first.
(Why do I always feel like it's the end of the world and I'm the last man standing?)

**
Rep: +0/-0Level 81
GAMING IS FUN!!!!!!!!!! *throws ps3 pad at HD tv*
thanx (^_^). currently re-reading. will try that as soon as i'm done and post back here if i'm lost in utmost despair.
one does not just simply walk into Mordor

*****
my name is Timothy what's yours
Rep:
Level 79
Hello
2014 Best IRC Quote2014 Zero to Hero2014 Most Missed Member2012 Zero To HeroSecret Santa 2012 ParticipantContestant - GIAW 9For frequently finding and reporting spam and spam bots2011 Zero to Hero
An error like that occurs when either evaluating string in the script editor or running a script command through an event. In that case, you're calling a method on an object that doesn't exist, so it's throwing that error.
When are you receiving this error? If it's during an event script call, tell us what's in the command.
it's like a metaphor or something i don't know

**
Rep: +0/-0Level 81
GAMING IS FUN!!!!!!!!!! *throws ps3 pad at HD tv*
will do. just let me try and get my head around this first. (this site has amazing support. you guys are one radioactive hit away from being superheroes)
one does not just simply walk into Mordor

**
Rep: +0/-0Level 81
GAMING IS FUN!!!!!!!!!! *throws ps3 pad at HD tv*
I've got a new curiosity. I included the a Paragraph Formatter script before the Quest log and it just occurred to me that could be the reason why simply because i am unsure as to whether or not I was suppose to edit the paragraph formatter and change its default settings...
one does not just simply walk into Mordor

*
Rep:
Level 82
There are default settings in Paragraph Formatter? I have v2.0 and it has no settings to change.

It's more of a tool for scripters to use for displaying long strings in a proper formatted style (so it doesn't look silly). It doesn't need any changes made to it, though.
(Why do I always feel like it's the end of the world and I'm the last man standing?)

**
Rep: +0/-0Level 81
GAMING IS FUN!!!!!!!!!! *throws ps3 pad at HD tv*
oh okay then, cool. thanks. :-)
one does not just simply walk into Mordor