Advertisement
Guest User

Untitled

a guest
Aug 1st, 2017
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. @name hotel skilt
  2. @inputs EGP:wirelink
  3. @outputs
  4. @persist
  5. @trigger
  6.  
  7. EGP:egpClear()
  8.  
  9. EGP:egpRoundedBox(1,vec2(256,156),vec2(455,265))
  10. EGP:egpColor(1,255,0,0,255)
  11.  
  12. EGP:egpText(2,"- byens beste",vec2(256,56))
  13. EGP:egpSize(2,70)
  14. EGP:egpAlign(2,1,1)
  15. EGP:egpFont(2,"arial")
  16.  
  17. EGP:egpRoundedBox(3,vec2(256,386),vec2(455,156))
  18. EGP:egpColor(3,255,0,0,255)
  19. EGP:egpFont(3,"arial")
  20.  
  21. EGP:egpText(4,"Welkommen",vec2(256,346))
  22. EGP:egpSize(4,70)
  23. EGP:egpAlign(4,1,1)
  24. EGP:egpFont(4,"arial")
  25.  
  26. EGP:egpText(5,"Nyd dit ophold",vec2(256,420))
  27. EGP:egpSize(5,70)
  28. EGP:egpAlign(5,1,1)
  29. EGP:egpFont(5,"arial")
  30.  
  31. if(first()){
  32. EGP:egpText(6,"",vec2(256,156))
  33. EGP:egpSize(6,90)
  34. EGP:egpAlign(6,1,1)
  35. EGP:egpFont(6,"arial")
  36. timer("text",3000)}
  37.  
  38.  
  39. if(clk("text")){
  40. EGP:egpText(6,"h",vec2(256,156))
  41. EGP:egpSize(6,90)
  42. EGP:egpAlign(6,1,1)
  43. EGP:egpFont(6,"arial")
  44. timer("text1",1000)}
  45.  
  46. if(clk("text1")){
  47. EGP:egpText(6,"ho",vec2(256,156))
  48. EGP:egpSize(6,90)
  49. EGP:egpAlign(6,1,1)
  50. EGP:egpFont(6,"arial")
  51. timer("text2",1000)}
  52.  
  53. if(clk("text2")){
  54. EGP:egpText(6,"hot",vec2(256,156))
  55. EGP:egpSize(6,90)
  56. EGP:egpAlign(6,1,1)
  57. EGP:egpFont(6,"arial")
  58. timer("text3",1000)}
  59.  
  60.  
  61. if(clk("text3")){
  62. EGP:egpText(6,"hote",vec2(256,156))
  63. EGP:egpSize(6,90)
  64. EGP:egpAlign(6,1,1)
  65. EGP:egpFont(6,"arial")
  66. timer("text4",1000)}
  67.  
  68. if(clk("text4")){
  69. EGP:egpText(6,"hotel",vec2(256,156))
  70. EGP:egpSize(6,90)
  71. EGP:egpAlign(6,1,1)
  72. EGP:egpFont(6,"arial")
  73. timer("text5",1000)}
  74.  
  75. if(clk("text5")){
  76. EGP:egpText(6,"hotel !",vec2(256,156))
  77. EGP:egpSize(6,90)
  78. EGP:egpAlign(6,1,1)
  79. EGP:egpFont(6,"arial")
  80. timer("text6",1000)}
  81.  
  82. if(clk("text6")){
  83. EGP:egpText(6,"hotel !!",vec2(256,156))
  84. EGP:egpSize(6,90)
  85. EGP:egpAlign(6,1,1)
  86. EGP:egpFont(6,"arial")
  87. timer("text7",5000)}
  88.  
  89. if(clk("text7")){
  90. EGP:egpText(6,"",vec2(256,156))
  91. EGP:egpSize(6,90)
  92. EGP:egpAlign(6,1,1)
  93. EGP:egpFont(6,"arial")
  94. timer("text",3000)}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement