hi in my point and click game i have two strings that display sentances when you hover the mouse over hot spots.
one is called context the other is called text and for example it would be something like this.
Context = " Look at "
text = "sign"
display writes "look at sign"
after i pick up a few items my string loses its spaces and then everything looks like this.
"Lookat sign"
ive check every place i assign the varibles values and im always adding spaces i dont get it?
one is called context the other is called text and for example it would be something like this.
Context = " Look at "
text = "sign"
display writes "look at sign"
after i pick up a few items my string loses its spaces and then everything looks like this.
"Lookat sign"
ive check every place i assign the varibles values and im always adding spaces i dont get it?