Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. when login with game.get_event_flag("cards_event") != 0 begin
  2. if kill with not npc.is_pc() then
  3. local szansa = 2
  4. local n = number(1, 100)
  5. if n <= szansa then
  6. pc.give_item2(79505, 1)
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement