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.
MA's journal script.

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 71
RMRK Junior
heyy,

ok so I have Modern Algebra's Quest Journal script in my game, the script and the paragraph formatter above main in the script editor, but its not showing up in my game... Ive looked at many tutorials and they all say that it should be a plug and play script, but thats not the case here. Am I doing something wrong??? HELP!!!

Thanks in advance

Matt (Mapper2100)

*****
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
In the script, there is an option to include the journal in the menu. See if you have that checked and check what index in the menu it is. If it still doesn't work, try calling the scene (I forget what it is) through an item (linked to a common event) and see if that works. Give us a copy of the script that you've configured if it still doesn't work.
it's like a metaphor or something i don't know

**
Rep: +0/-0Level 71
RMRK Junior
heres the script, see what you can do man, you know i dont have a sweet clue what im doin with scripting lmaoo

I have attached the following scripts that I am useing

*****
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
Aha. Do you get something like this?

Lucky for you, I'm experienced in working with this script. First, you have to activate the screen with the script call
Code: [Select]
$game_party.quests[quest_id]
before the screen will work. Just like this.
Code: [Select]
$game_party.quests[1]
and it'll work fine. The screen will not activate until you activate a quest.
it's like a metaphor or something i don't know

**
Rep: +0/-0Level 71
RMRK Junior
soo I just activate a script after the NPC gives it to you using the script command right???

*****
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
Yep. If you have any other problems, just post on MA's topic on this forum.
it's like a metaphor or something i don't know