Original Source
- Original title: Yanfly Status Menu - Actor Biography problems
- Original author: Kes
- Original date: December 17, 2014
- Source thread: https://forums.rpgmakerweb.com/threads/yanfly-status-menu-actor-biography-problems.35078/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSSx Script Support
Summary
I am using Yanfly's Status Menu script, found here. There is a screen for each actor's biography which can, according to the script's header, be changed at any time with a script call. The section dealing with that possibility reads as follows: $game_actors[x].description = string# Changes the biography description for actor x to that of the string. Use \n# to designate linebreaks in the string. If you wish to use text codes, write# them in the strings as \\n[2] or \\c[3] to make them work properly.It sounds fairly straightforward -...
Archived First Post
The section dealing with that possibility reads as follows:
$game_actors[x].description = string# Changes the biography description for actor x to that of the string. Use \n# to designate linebreaks in the string. If you wish to use text codes, write# them in the strings as \\n[2] or \\c[3] to make them work properly.It sounds fairly straightforward - unless you're a scripting idiot like me. The way I read the instruction is to do an evented script call, substituting the actor'd ID number for where it has" x", and inputting the biographical details where it has "string".
Clearly that's wrong, because no matter what I do, I get an error message beginning:
Script 'Game Interpreter' line 1411: SyntaxError occurred
The next line varies depending on what wording I have in the string.
This happens whether I start the description where the word "string" is, or whether I start a new line.
I do not have a clue what I'm supposed to do. Can anyone help me?
Thanks.
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...