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.
Question with Slipknot's Advanced Message script.

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 89
Alrighty - I just have a very quick question then I'll be off on my merry way; I hope someone here can answer it.

When I put Slipknot's Advanced Message script (http://www.crankeye.com/forums/viewtopic.php?t=6305) in my current project, all my dialogue was replaced by a very small, empty message box.



Is there any particular reason for this, and more importantly:  Can I fix it while still being able to retain the functions of Slipknot's script?

***
Rep:
Level 90
If you were using the \g display with no text then itll do that. or if you had a blank message somwhere in there.
Quote
Zxmelee says: I FUCKED A CHICK GEEZ
Neko says: I doubt it was a girl
Neko says: Was "she" working the corners?
Zxmelee says: Well, I was lying...
Zxmelee says: but, oh man. They were all over me
Neko says: With a few bucks
Neko says: That hapens

Pwnzorz'd

**
Rep: +0/-0Level 89
I had text in there, that much is for sure.  Here's the deal:

I've been working on this project for the better part of a year, and am quite a ways into it - the dialogue is still rough draft-ish, but it flows well both literally and mechanically.  I've replayed the scene in the screenshot close to a thousand times and it's never had that blank box show up untill I threw Slipknot's script in (not saying it is his fault, I'm the one whose ignorant to the workings of scripting) - in fact -all- dialogue has been replaced by that small box.

Perhaps I have to change something in the dialogue itself before it works?  Or maybe I'll have to modify the script a little to suit my needs?  In any case, I don't know a thing about what to do.  In the words of Leia;  "You [guys] are my only hope."

****
Rep:
Level 89
:whoa:  Come on people! Ok look I've posted this solution before on many different forums to include this one. Use the search!

Go into Main

Code: [Select]
begin
  # Change the $fontface variable to change the font style
  $fontface = "Tahoma"
  # Change the $fontsize variable to change the font size
  $fontsize = 16


Change your $fontface to 'Tahoma' and change the size font that you want.

Go into Slipknot's AMS

Search for  
Code: [Select]
self.contents.font.name =


Change that to 'Tahoma'

Right below it should be your size font. Change that to what you have in main.

Typing \g before text messages show your gold window on the screen by the way...it doesn't help with seeing font.

***
Rep:
Level 90
Or only add before Main:
Code: [Select]
Font.default_name = 'Tahoma'

****
Rep:
Level 89
Hey slipknot  :D

Yeah you can do that do (after all it is your script)  :roll: