Advertisement
Ultimga

Untitled

Sep 14th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.06 KB | None | 0 0
  1. [09/14/16] Info : --->Prepared to write to the log
  2. [09/14/16] Info : //=============================================//
  3. [09/14/16] Info : // INITIALIZING NEW SESSION
  4. [09/14/16] Info : //=============================================//
  5. [09/14/16] Success : clear
  6. [09/14/16] Success : Scipt Action : CLEAR
  7. [09/14/16] Success : seed
  8. [09/14/16] Success : Scipt Action : SEED
  9. [09/14/16] Success : show_splash
  10. [09/14/16] Success : func set_title "Eternal Studios Engine | Initialization"
  11. [09/14/16] Success : Scipt Action : CALL FUNCTION set_title
  12. [09/14/16] Success : Scipt Action : SET TITLE Eternal Studios Engine | Initialization
  13. [09/14/16] Success : sound loop sounds\ghastly.wav
  14. [09/14/16] Success : Scipt Action : SOUND LOOP sounds\ghastly.wav
  15. [09/14/16] Success : write [Creating color variables...]
  16. [09/14/16] Success : Scipt Action : COUT Creating color variables...
  17. [09/14/16] Success : break
  18. [09/14/16] Success : Scipt Action : LINEBREAK
  19. [09/14/16] Success : int blue
  20. [09/14/16] Success : Scipt Action : CREATE INT blue
  21. [09/14/16] Success : int green
  22. [09/14/16] Success : Scipt Action : CREATE INT green
  23. [09/14/16] Success : int cyan
  24. [09/14/16] Success : Scipt Action : CREATE INT cyan
  25. [09/14/16] Success : int red
  26. [09/14/16] Success : Scipt Action : CREATE INT red
  27. [09/14/16] Success : int magenta
  28. [09/14/16] Success : Scipt Action : CREATE INT magenta
  29. [09/14/16] Success : int brown
  30. [09/14/16] Success : Scipt Action : CREATE INT brown
  31. [09/14/16] Success : int light_gray
  32. [09/14/16] Success : Scipt Action : CREATE INT light_gray
  33. [09/14/16] Success : int dark_gray
  34. [09/14/16] Success : Scipt Action : CREATE INT dark_gray
  35. [09/14/16] Success : int light_blue
  36. [09/14/16] Success : Scipt Action : CREATE INT light_blue
  37. [09/14/16] Success : int light_green
  38. [09/14/16] Success : Scipt Action : CREATE INT light_green
  39. [09/14/16] Success : int light_cyan
  40. [09/14/16] Success : Scipt Action : CREATE INT light_cyan
  41. [09/14/16] Success : int light_red
  42. [09/14/16] Success : Scipt Action : CREATE INT light_red
  43. [09/14/16] Success : int light_magenta
  44. [09/14/16] Success : Scipt Action : CREATE INT light_magenta
  45. [09/14/16] Success : int yellow
  46. [09/14/16] Success : Scipt Action : CREATE INT yellow
  47. [09/14/16] Success : int white
  48. [09/14/16] Success : Scipt Action : CREATE INT white
  49. [09/14/16] Success : write [Setting color variables...]
  50. [09/14/16] Success : Scipt Action : COUT Setting color variables...
  51. [09/14/16] Success : break
  52. [09/14/16] Success : Scipt Action : LINEBREAK
  53. [09/14/16] Success : int blue = 1
  54. [09/14/16] Success : Scipt Action : SET INT blue
  55. [09/14/16] Success : int green = 2
  56. [09/14/16] Success : Scipt Action : SET INT green
  57. [09/14/16] Success : int cyan = 3
  58. [09/14/16] Success : Scipt Action : SET INT cyan
  59. [09/14/16] Success : int red = 4
  60. [09/14/16] Success : Scipt Action : SET INT red
  61. [09/14/16] Success : int magenta = 5
  62. [09/14/16] Success : Scipt Action : SET INT magenta
  63. [09/14/16] Success : int brown = 6
  64. [09/14/16] Success : Scipt Action : SET INT brown
  65. [09/14/16] Success : int light_gray = 7
  66. [09/14/16] Success : Scipt Action : SET INT light_gray
  67. [09/14/16] Success : int dark_gray = 8
  68. [09/14/16] Success : Scipt Action : SET INT dark_gray
  69. [09/14/16] Success : int light_blue = 9
  70. [09/14/16] Success : Scipt Action : SET INT light_blue
  71. [09/14/16] Success : int light_green = 10
  72. [09/14/16] Success : Scipt Action : SET INT light_green
  73. [09/14/16] Success : int light_cyan = 11
  74. [09/14/16] Success : Scipt Action : SET INT light_cyan
  75. [09/14/16] Success : int light_red = 12
  76. [09/14/16] Success : Scipt Action : SET INT light_red
  77. [09/14/16] Success : int light_magenta = 13
  78. [09/14/16] Success : Scipt Action : SET INT light_magenta
  79. [09/14/16] Success : int yellow = 14
  80. [09/14/16] Success : Scipt Action : SET INT yellow
  81. [09/14/16] Success : int white = 15
  82. [09/14/16] Success : Scipt Action : SET INT white
  83. [09/14/16] Success : write [Creating player variables...]
  84. [09/14/16] Success : Scipt Action : COUT Creating player variables...
  85. [09/14/16] Success : break
  86. [09/14/16] Success : Scipt Action : LINEBREAK
  87. [09/14/16] Success : int experience
  88. [09/14/16] Success : Scipt Action : CREATE INT experience
  89. [09/14/16] Success : int level
  90. [09/14/16] Success : Scipt Action : CREATE INT level
  91. [09/14/16] Success : int damage
  92. [09/14/16] Success : Scipt Action : CREATE INT damage
  93. [09/14/16] Success : int health
  94. [09/14/16] Success : Scipt Action : CREATE INT health
  95. [09/14/16] Success : int potions
  96. [09/14/16] Success : Scipt Action : CREATE INT potions
  97. [09/14/16] Success : int x
  98. [09/14/16] Success : Scipt Action : CREATE INT x
  99. [09/14/16] Success : int y
  100. [09/14/16] Success : Scipt Action : CREATE INT y
  101. [09/14/16] Success : string name
  102. [09/14/16] Success : Scipt Action : CREATE STRING name
  103. [09/14/16] Success : string class
  104. [09/14/16] Success : Scipt Action : CREATE STRING class
  105. [09/14/16] Success : write [Setting player variables...]
  106. [09/14/16] Success : Scipt Action : COUT Setting player variables...
  107. [09/14/16] Success : break
  108. [09/14/16] Success : Scipt Action : LINEBREAK
  109. [09/14/16] Success : int experience = 0
  110. [09/14/16] Success : Scipt Action : SET INT experience
  111. [09/14/16] Success : int level = 1
  112. [09/14/16] Success : Scipt Action : SET INT level
  113. [09/14/16] Success : int damage = 1
  114. [09/14/16] Success : Scipt Action : SET INT damage
  115. [09/14/16] Success : int health = 10
  116. [09/14/16] Success : Scipt Action : SET INT health
  117. [09/14/16] Success : int potions = 5
  118. [09/14/16] Success : Scipt Action : SET INT potions
  119. [09/14/16] Success : int x = 0
  120. [09/14/16] Success : Scipt Action : SET INT x
  121. [09/14/16] Success : int y = 0
  122. [09/14/16] Success : Scipt Action : SET INT y
  123. [09/14/16] Success : string name = "Unnamed Hero"
  124. [09/14/16] Success : Scipt Action : SET STRING name
  125. [09/14/16] Success : string class = "Fighter"
  126. [09/14/16] Success : Scipt Action : SET STRING class
  127. [09/14/16] Success : write [Creating game variables...]
  128. [09/14/16] Success : Scipt Action : COUT Creating game variables...
  129. [09/14/16] Success : break
  130. [09/14/16] Success : Scipt Action : LINEBREAK
  131. [09/14/16] Success : string location_description
  132. [09/14/16] Success : Scipt Action : CREATE STRING location_description
  133. [09/14/16] Success : string location_name
  134. [09/14/16] Success : Scipt Action : CREATE STRING location_name
  135. [09/14/16] Success : string opt_examine
  136. [09/14/16] Success : Scipt Action : CREATE STRING opt_examine
  137. [09/14/16] Success : write [Setting game variables...]
  138. [09/14/16] Success : Scipt Action : COUT Setting game variables...
  139. [09/14/16] Success : string location_description = "You are in a dark, dry room and you can smell decay all around you. After a quick look around, you notice what appears to be tombs around you and a few bones scattered around."
  140. [09/14/16] Success : Scipt Action : SET STRING location_description
  141. [09/14/16] Success : string location_name = "Mysterious Dark Room"
  142. [09/14/16] Success : Scipt Action : SET STRING location_name
  143. [09/14/16] Success : string opt_examine = "Examine"
  144. [09/14/16] Success : Scipt Action : SET STRING opt_examine
  145. [09/14/16] Success : func set_title "Eternal Studios Engine | RPG Sample Game v1.0"
  146. [09/14/16] Success : Scipt Action : CALL FUNCTION set_title
  147. [09/14/16] Success : Scipt Action : SET TITLE Eternal Studios Engine | RPG Sample Game v1.0
  148. [09/14/16] Success : call draw.chs
  149. [09/14/16] Success : Scipt Action : CALLSCRIPT draw.chs
  150. [09/14/16] Success : clear
  151. [09/14/16] Success : Scipt Action : CLEAR
  152. [09/14/16] Success : TextColor = yellow
  153. [09/14/16] Success : Scipt Action : SETCOLOR
  154. [09/14/16] Success : write [oOo=====(]
  155. [09/14/16] Success : Scipt Action : COUT oOo=====(
  156. [09/14/16] Success : write var location_name
  157. [09/14/16] Success : write [)=====oOo]
  158. [09/14/16] Success : Scipt Action : COUT )=====oOo
  159. [09/14/16] Success : break
  160. [09/14/16] Success : Scipt Action : LINEBREAK
  161. [09/14/16] Success : TextColor = light_gray
  162. [09/14/16] Success : Scipt Action : SETCOLOR
  163. [09/14/16] Success : write var location_description
  164. [09/14/16] Success : break
  165. [09/14/16] Success : Scipt Action : LINEBREAK
  166. [09/14/16] Success : TextColor = yellow
  167. [09/14/16] Success : Scipt Action : SETCOLOR
  168. [09/14/16] Success : write [oOo=====(]
  169. [09/14/16] Success : Scipt Action : COUT oOo=====(
  170. [09/14/16] Success : write var location_name
  171. [09/14/16] Success : write [)=====oOo]
  172. [09/14/16] Success : Scipt Action : COUT )=====oOo
  173. [09/14/16] Success : break
  174. [09/14/16] Success : Scipt Action : LINEBREAK
  175. [09/14/16] Success : TextColor = dark_gray
  176. [09/14/16] Success : Scipt Action : SETCOLOR
  177. [09/14/16] Success : write [Press "C" to continue]
  178. [09/14/16] Success : Scipt Action : COUT Press "C" to continue
  179. [09/14/16] Success : break
  180. [09/14/16] Success : Scipt Action : LINEBREAK
  181. [09/14/16] Success : GetInput from C
  182. [09/14/16] Success : Scipt Action : INPUT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement