Search found 1 match

by tyst8
Sun Jul 17, 2022 5:14 am
Forum: Scripts & Packages
Topic: Wait and Wait Line
Replies: 20
Views: 62178

Re: Wait and Wait Line

hi, does this still work on mudlet v 4.16.0? I downloaded from post #1 and made this code coroutine.wrap( function() while true do local result = wait_line([[^You killed (.{0,4}]],2) if result[2] then cecho("\n<orange>we killed: " ..result[2]) end end end)() and calling this function from ...