I'm not sure if there is a way to do this, but if there is, I haven't found it yet. What I'm requesting is a way to include a variable in the middle of a sentence that a sprite is saying. For example, I generate a random value for x. I would like to make it so that a character could say "I need x money." I have found no way to achieve this other than make the character say another line.
Offline
say (join [I need ] (join (x) [ money]))Your welcome.
Last edited by joefarebrother (2012-10-24 10:30:03)
Offline
joefarebrother wrote:
say (join [I need ] (join (x) [ money]))You're welcome.
I Fixed your grammar, but otherwise, correct.
Last edited by ImagineIt (2012-10-24 16:52:15)
Offline