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.
Advanced Text System 3.0c

0 Members and 3 Guests are viewing this topic.

**
Rep: +0/-0Level 82
oh sorry i never saw that.. like you said a page back you was just skimming same here i just wanted to find the script and paste it in i guess it cant be done like that i will take a look at the demo now. Thank you modern for the script and demo ! :)

****
Rep:
Level 83
Oh, I was skimming through for a problem I had with another script and this.
The text file is so big that he would rather you just download the demo. If he put the text on here...it'd be a long long long post.

**
Rep: +0/-0Level 82
ok nice got it up and running alot easier than i thought  :D i know there is a way to change the colour of the chat box does any of have a link for one ? :P

****
Rep:
Level 83
I believe that is in the script somewhere. Hold on

$game_ats.message_windowskin = "Window File"

That will change the color to another window skin. Find some window skins and import them into 'system'
« Last Edit: March 07, 2010, 03:38:40 PM by redyugi »

**
Rep: +0/-0Level 82

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Best Member2012 Best RPG Maker User (Scripting)2012 Favorite Staff Member2012 Most Mature MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Favourite Staff Member2011 Most Mature Member2011 Best RPG Maker User (Scripting)2011 Best Use of Avatar and Signature Space2010 Most Mature Member2010 Favourite Staff Member
Thanks for being so helpful redyugi :) Makes my life a lot easier

**
Rep: +0/-0Level 82
ok well it worked fine up untill it said this

http://s1046.photobucket.com/albums/b469/harubh/?action=view&current=VX4.jpg

i looked at line 1073 but it looked fine what should i do?

**
Rep: +0/-0Level 82
ok well it worked fine up untill it said this

http://s1046.photobucket.com/albums/b469/harubh/?action=view&current=VX4.jpg

i looked at line 1073 but it looked fine what should i do?

ok dont worry now ive just about sorted it seems there was a miss type on line 1073 all done now though :D

**
Rep: +0/-0Level 82
hey modern_algebra, is there a way to make it check variables too? like, a choice only apear if a certain variable is LESS, EQUAL, HIGHER or NOT EQUAL to a determined number? or even another variable?

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Best Member2012 Best RPG Maker User (Scripting)2012 Favorite Staff Member2012 Most Mature MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Favourite Staff Member2011 Most Mature Member2011 Best RPG Maker User (Scripting)2011 Best Use of Avatar and Signature Space2010 Most Mature Member2010 Favourite Staff Member
No, but you can just use a conditional branch right before the choice branch and turn a switch on. So:

Conditional Branch: Variable [XXX] <=> y
  Control Switch: Switch [ZZZ] = ON
Branch END
Show Choices: \son[ZZZ] choice 1, choice 2, etc...


I figured that would be a far more efficient way then including checks for every possible thing you can use in a conditional branch.

**
Rep: +0/-0Level 84
I've a request to Advanced Text System 3.0:
- A way to walk with the message in the screen (ie you talk with someone, but can move around )

**
Rep:
Level 81
?????????????
 ;D This script with text effects... This is exciting...  ;D
遠い銀河からのスーパー戦士。
本は、セバスチャンです。
これは強力で、手に負えない。
彼の物理レベルのスキルは驚嘆です。[/b]

********
Resource Artist
Rep:
Level 94
\\\\\
Project of the Month winner for June 2009
Google translations make me giggle :)

**
Rep: +0/-0Level 82
Is there a way in the script to have the text itself positioned on the message back differently?  In my case I'm using a custom message back, so I want the text centered differently then the normal one.

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Best Member2012 Best RPG Maker User (Scripting)2012 Favorite Staff Member2012 Most Mature MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Favourite Staff Member2011 Most Mature Member2011 Best RPG Maker User (Scripting)2011 Best Use of Avatar and Signature Space2010 Most Mature Member2010 Favourite Staff Member
You could alter the x, y, width and height of the message. So, either $game_message or $game_ats :

.message_x = integer (-1 for default placement)
.message_y = integer (-1 for default placement)
.message_width = positive integer > 32
.message_height = positive integer > 32

**
Rep: +0/-0Level 84
bug: this type of letter crash the game: É Ó Á Í Ú

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Best Member2012 Best RPG Maker User (Scripting)2012 Favorite Staff Member2012 Most Mature MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Favourite Staff Member2011 Most Mature Member2011 Best RPG Maker User (Scripting)2011 Best Use of Avatar and Signature Space2010 Most Mature Member2010 Favourite Staff Member
Have you tried inserting the Foreign Characters Bug Patch? It's located in the Bug Patches section of the first post.


Also, for your request to allow walking when the text box is open... how would you want to work that? Would you still be able to interact with other events. If the text box was over a character, would is move with them, etc... I'm not overly opposed to the idea, but there are a lot of factors involved that I'd need to know before I could do it.
« Last Edit: April 17, 2010, 03:36:13 PM by modern algebra »

**
Rep: +0/-0Level 84
Yes, i've tried.
The crash occur when Paragraph Formatter is enabled.
I've tried the Paragraph Formatter 2.0, but the same thing occur.

*
Rep:
Level 85
I am the wood of my broom
2010 Project of the YearProject of the Month winner for January 2010Project of the Month winner for January 2009Project of the Month winner for April 2010
I found this stack error bug whenever we press f12!
at line...1874:
start_choice if $game_message.choicebox && !$game_message.choice_texts.empty?

Replaced 1871 with [ alias modalg_ats_strt_chce_if_able_94n5 close unless $@ ]
for the meantime, I hope that'll help!


**
Rep: +0/-0Level 84
Bug: when using Paragraph Formatter (1.1 or 2.0) and using the option 'bold' in the messages, the words are 'cut' in the end of the window.

****
Rep:
Level 83
Just a suggestion for 3.0, have a code to show skill name/icon.

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Best Member2012 Best RPG Maker User (Scripting)2012 Favorite Staff Member2012 Most Mature MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Favourite Staff Member2011 Most Mature Member2011 Best RPG Maker User (Scripting)2011 Best Use of Avatar and Signature Space2010 Most Mature Member2010 Favourite Staff Member
Alright, will do.

**
Rep: +0/-0Level 82

Level 5
Group Icon

Group: Members
Posts: 61
Type: Event Designer
RM Skill: Advanced

Warn: (0%) -----


   
I don't know if u get this a lot but when you F12 the game to reset. I always get the Stack too deep error. Is there anyway around this???




*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Best Member2012 Best RPG Maker User (Scripting)2012 Favorite Staff Member2012 Most Mature MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Favourite Staff Member2011 Most Mature Member2011 Best RPG Maker User (Scripting)2011 Best Use of Avatar and Signature Space2010 Most Mature Member2010 Favourite Staff Member
yeah, go to the line above def close. It should say

Code: [Select]
alias something close

something is just a bunch of random characters. Add

Code: [Select]
unless $@

right after that line, on the same line.

**
Rep: +0/-0Level 82
TY Ty fixed the problem!!!