Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- targetTracing = true
- traceLevel = 3
- traceStep = 0
- function targetTrace(person, room)
- if targetTracing then
- if traceStep == 0 then
- send("pt ".. person.. " at " ..room)
- end
- traceStep = traceStep + 1
- traceTimer = tempTimer(3, [[traceStep = 0]])
- if traceStep >= traceLevel then
- traceStep = 0
- killTimer(traceTimer)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment