Advertisement
JademusSreg

Text Format (Concatenate)

Apr 23rd, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.26 KB | None | 0 0
  1. text TextStyle (text sourceText, string style)
  2. {
  3.     return StringToText("<s val=\""+style+"\"">)+sourceText+StringToText("</s>");
  4. }
  5.  
  6. text TextColorStyle (text sourceText, color tint, string style)
  7. {
  8.     return TextStyle(TextWithColor(sourceText,tint),style);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement