Advertisement
draugath

Untitled

Apr 3rd, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. test.a = HUD.PrintSecondaryMissionMsg
  2. function HUD:PrintSecondaryMissionMsg(str) if str:match("rock has the") or str:match("You found enough") then HUD:PrintSecondaryMsg(str) end end
  3. test.b = log_chat
  4. function log_chat(str) if str:match("There is no") or str:match("This rock was") then return end test.b(str) end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement