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.
New to Scripting, A Few Questions (XP)

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 83
Hello everyone!

I was once a frequent user for the RPG Maker 2000 almost a decade ago.  I've recently been working on a project for the RMXP and love it!  I understand you can further customize your game and implement special features with scripting, but I am a novice to this.  I want to know if it is possible to:

1) Have weapon/armor names appear in gold/blue font like unique/magic weapons in Diablo.

2) Align the battler portraits of the 4 actors down (I'm guessing a Y coordinate somewhere?) so they touch the bottom of the screen.

3) Is it possible to implement both the 8-way movement feature and the caterpillar feature?

I'm sorry if I'm posting in the wrong area--again I'm a novice.  I'm willing to do the work myself if someone would be so kind to point me in the right direction.  I've already looked in the database and couldn't find answers to any of these.  Thanks!

**
Rep: +0/-0Level 83
Sorry for the double post, but I'm having another problem.

Some scripts I put in seem to work without crashing, but none of them have any text!  It's happening with several different scripts made by different people.  It can't be coincidence!  What am I doing wrong?  Thanks again!

****
Hey... my name's... Sashikinaroji...
Rep:
Level 83
fear me...
they don't have text???

I don't know what you mean...

If you mean that there is no textual representation of your scripts in the game, the only thing I have to ask is, why would they?

but again, I don't quite understand your problem... could you be a bit more specific?
Ok, DON'T EXPECT HELP FROM ME~! I will perhaps rant a bit, but don't expect me to do graphics for you, even if I say I will... I won't.

***
Rep:
Level 83
Kidfox70. It happens.
Maybe he means the text doesn't show up when he does a messaging command, or there isn't any text in any of the windows at all, like in the Main Menu? Haha, def need some more info...lol.
I don't say bless you when people sneeze, cause i'm not God. Blessing people is his job. Lolo?

**
Rep: +0/-0Level 83
There is no in-game text for the menus that were scripted.

For example, Mr Wiggle's Alchemy Script calls an alchemy menu.  I call it just fine, but the items only have icons--there are no item names, item descriptions, or anything with words inside the game.

***
Rep:
Level 83
Kidfox70. It happens.
This is actually a common occurence. What you have to do is make a new Page in the editor at the very top, call it something like For showing Text.

Paste this into the page:
Code: [Select]
Font.default_name = ['Palatino Lynotype','Arial']
Font.default_size = 24

and then save the Script Editor and see if that works. It should. Hope I helped. :)

As a side note, this is something on this site, you should of searched. But eh. It's fine, just trying help yea out. Good luck!
I don't say bless you when people sneeze, cause i'm not God. Blessing people is his job. Lolo?

**
Rep: +0/-0Level 83
Excellent!  Thank you, kidfox!  That fixed it right up.  I appreciate your patience in helping me out.  Happy gaming.

***
Rep:
Level 83
Kidfox70. It happens.
Haha, anytime man. Same to you!
I don't say bless you when people sneeze, cause i'm not God. Blessing people is his job. Lolo?