How do I make a character say a message followed by a number variable -
05-21-2011, 09:00 AM
How do I make a character (eg: Classroom boy) say out a message followed by a number variable as a string? The scenario is to make the boy say out the amount of GST payable of an object. My variables are as follows
- message : "The amount of GST is $"
-"gst" set value to "(price*0.07)"
I am supposed to make the boy say :
"boy" say "message" joined with "gst" as a string
|