Advertisement
Rexia

Untitled

Jan 28th, 2014
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. function sanguineTempered()
  2. if sanguineTempered then return "<red>sanguine" else return "<green>sanguine" end
  3. end
  4.  
  5. function melancholicTempered()
  6. if melancholicTempered then return "<red>melancholic" else return "<green>melancholic" end
  7. end
  8.  
  9. function prompt_stuff()
  10. cecho("\n" .. target .. " " .. sanguineTempered() .. " " .. melancholicTempered())
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement