ackfuss-4.4.1/
ackfuss-4.4.1/board/
ackfuss-4.4.1/help/k/
ackfuss-4.4.1/help/n/
ackfuss-4.4.1/help/s/
ackfuss-4.4.1/help/u/
ackfuss-4.4.1/help/v/
ackfuss-4.4.1/help/x/
ackfuss-4.4.1/help/y/
ackfuss-4.4.1/help/z/
ackfuss-4.4.1/src/areaconvert/
ackfuss-4.4.1/src/areaconvert/h/
rsend("See if it explodes!")
send("Testing")

require "tprint"
send("tprint loaded")

local ch = mud.char_info()

if ch.name == "Kline" then
 send("Hi Kline!")
else
 send("You're not Kline!")
end

if ch.npc == 0 then
 fsend("Your title is: %s",ch.pcdata.title)
end

frsend("%s",ch.name)

wait.make( function ()
 send("Testing wait...")
 wait.pause(3)
 send("Three seconds!")
 wait.pause(10)
 send("Ten seconds!")
 end
)

--tprint(ch)