Guest User

Untitled

a guest
Jun 14th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. class 1 test : citizen
  2. handler 3 56 // TALKED
  3. variable_begin
  4. "talker"
  5. "i0"
  6. "c0"
  7. "myself"
  8. "_choiceN"
  9. "_code"
  10. "_from_choice"
  11. variable_end
  12.  
  13. push_event // i0
  14. push_const 260
  15. add
  16. push_reg_sp
  17. fetch_i
  18. push_event // talker
  19. push_const 40
  20. add
  21. fetch_i // sponsor_id
  22. push_const 2136
  23. add
  24. fetch_i
  25. assign4
  26. shift_sp -1
  27. push_event // i0
  28. push_const 260
  29. add
  30. fetch_i4
  31. push_const 0
  32. not_equal
  33. branch_false L2
  34. L1
  35. push_event // c0
  36. push_const 344
  37. add
  38. push_reg_sp
  39. fetch_i
  40. push_event // myself
  41. push_const 704
  42. add
  43. fetch_i
  44. push_event // i0
  45. push_const 260
  46. add
  47. fetch_i4
  48. func_call 184614955 // func[GetCreatureFromID]
  49. shift_sp -1
  50. assign
  51. shift_sp -1
  52. push_event // myself
  53. push_const 704
  54. add
  55. fetch_i
  56. push_event // c0
  57. push_const 344
  58. add
  59. fetch_i
  60. func_call 184614913 // func[IsNullCreature]
  61. shift_sp -1
  62. push_const 0
  63. equal
  64. branch_false L4
  65. L3
  66. L4
  67. L2
  68. exit_handler
  69. handler_end
  70.  
  71. class_end
Add Comment
Please, Sign In to add comment