Jump to content
A 2021 backup has been restored. Forums are closed and work in progress. Join our Discord server for more updates! ×
SoaH City Message Board

[MMF2]Text system


Ayling

Recommended Posts

How exactly can I make it so one letter pops up at a time? The tutorial on the site has each letter an active object. That'd cause a HUGE filesize because of the cutscenes. Anyone know how to do this?

(If you don't know what I mean think Zelda or Animal Crossing's text system)

Link to comment
Share on other sites

Does MMF2 have some sort of substring function? For instance...

Text1 = Text2.substring(x, 1)

...so that Text1 would display 1 character of Text2, starting at whatever position (x) equals?

There use to be another tutorial that used an extension for this; is that functionally built into MMF2 now?

Edit : Get the String Parser 2 extension here...

http://www.zoomgamer.com/ctedb/

That should let you use all sorts of fun string functions...

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...