Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. function actor_on_item_use(item)
  2.     if item:section() == 'май_фюррер' then
  3.         if check_rnd_transitions() == false then
  4.             сообщение что ничего нового не узнали
  5.         else
  6.             rnd_open_transition()
  7.         end
  8.     end
  9. end
  10.  
  11. function on_game_start()
  12.     RegisterScriptCallback("actor_on_item_use",actor_on_item_use)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement