Advertisement
Guest User

Lv Requeriment

a guest
Jan 24th, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. function check_can_enter_abandonedcity(role, copy_mgr)
  2.     local CheckLv = Lv(role)
  3.     if (CheckLv > 45) then
  4.         SystemNotice(role, "Characters that high Lv than 45 not allowed to enter.")
  5.         return 0
  6.     end
  7.     return 1
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement