Hi everyone!
Working on a text game. I have 2 sprites fighting and I want to send the results to a textbox.
Here's the function I'm using:
newline &Self.Text &newline & Function.Param(0)
Here is an example of my function call:
"You use " &sprPlaChar.AttackName &" on " &sprNPC.Name &" for " &sprPlaChar.Damage &" damage " & newline
What I'm seeing is that the text is just being added to the side and scrolls to the right forever. Basically the new lines are being ignored.
Here is the textbox object [attachment=0:14ug3icb][/attachment:14ug3icb]
Any help would be appreciated.