Advertisement
ArcheKruz

Untitled

Jan 5th, 2014
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Script "AlignmentChange" (int AlignType)
  2. {
  3. Switch (AlignType)
  4. {
  5. Case 0:
  6. PrintBold(s:"Damaged with HELL alignment.");
  7. break;
  8. Case 1:
  9. PrintBold(s:"Damaged with EARTH alignment.");
  10. break;
  11. Case 2:
  12. PrintBold(s:"Damaged with HEAVEN alignment.");
  13. break;
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement