public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

Yanfly Status Menu - Actor Biography problems

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

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

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 - 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 to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download
Creator 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.

#039#rpg-maker-archive#rgss-support

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar