Well, i was wanting to make an rpg with the text-by-text scrolling of the dialog. I know that there are many different posts on this, and i have read most of them, at least all of the ones that i have seen. If someone does not mind, can you explain to me in a very simple way, because i do not know how to use string parser at all, of how to do this. It would be most appreciated
PS please let me know if the explanation given involes using string parser 1 or 2 (i think there is a 2) Also, i do not have MMF nor do i have the money to buy it, so please let me know how to use it with the games factory.
Thanks everyone
Life is like a rose garden, all you feel are the thorns.
You dont need to use String Parser, as it has something to do with the Len or Left$ expression, ill have a looky!
Edit: Heres alot simplier method:
----------------------------------------------------------------------------------
Every 00-12
+Change Alterable String (String) - Left$( "your text here", value( "Counter" ))
+Add 1 to counter
----------------------------------------------------------------------------------
You need a "String" object and a "Counter" and thats it.
The Left expression gets characters from the Left of the string, the value entered in after it is how many characters to get.
e.g Left$("Yo homie dogg", 2) would get "Yo"
For further info, this article should help ya out:
http://www.create-games.com/article.asp?id=269