Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

I think I discovered an issue with Dubealex's AMS (RESOLVED)

I'm using Dubealex's AMS for my project, and I discovered I can't use the commands "\Name[NameHere]" and "\f[FaceFileNameHere]" in the same Show Text event command, only the name one works, and the face just appears as "\f[FaceFileNameHere]". Any way to fix this? *Yes, I did some beta testing so I know it's not my project, it's the script.

[pastebin]59[/pastebin]
 
Nevermind, I found a solution to fix this problem.

For those who may manage to encounter this error, go to line 155 of the AMS, and replace this line of code:
Code:
if (/\A\\[Ff]\[(.+?)\]/.match(@now_text))!=nil then
With this:
Code:
if (/\\[Ff]\[(.+?)\]/.match(@now_text))!=nil then

I tested it myself, and it works no problem. No glitches or crashes.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top