Advertisement
haythammed

Difficulty

Oct 27th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. #define DIFFICULTY NAME SIDE GOLD
  2. [command]
  3. [set_variables]
  4. [value]
  5. name={NAME}
  6. side={SIDE}
  7. gold={GOLD}
  8.  
  9. [/value]
  10. [/set_variables]
  11. [/command]
  12. #enddef
  13. #
  14. #
  15. #define CHOSE_DIFFICULTY
  16.  
  17. [message]
  18. speaker=narrator
  19. #caption= {STR_CHOSE_DIFFICULTY}
  20. [option]
  21. #image={ICON_HUMAN_DIFFICULTY human-peasants/peasant purple}
  22. #label=EASY
  23. label=Easy
  24. #description="("+{STR_EASY}+")"
  25. {DIFFICULTY EASY 1 125}
  26. {DIFFICULTY EASY 2 125}
  27. [/option]
  28. [option]
  29. #image={ICON_HUMAN_DIFFICULTY human-loyalists/sergeant black}
  30. label=Hard
  31. {DIFFICULTY HARD 1 100}
  32. {DIFFICULTY HARD 2 100}
  33. [/option]
  34. [option]
  35. #image={ICON_HUMAN_DIFFICULTY human-loyalists/lieutenant brown}
  36. label=Nightmare
  37. {DIFFICULTY NIGHTMARE 1 75}
  38. {DIFFICULTY NIGHTMARE 2 75}
  39. [/option]
  40. [/message]
  41. #enddef
  42.  
  43.  
  44. [multiplayer]
  45.  
  46.  
  47. [event]
  48. name=start
  49. {CHOSE_DIFFICULTY}
  50. [/event]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement