35a @verb #2526:"_weblink" this none this rxd #2526 @program #2526:"_weblink" this none this if (caller != this || player:isa($webber) == 0) return E_PERM endif if (dobjstr == "") player:tell("
")
player:tell("")
for m in (this.webhear)
if (typeof(m) == 4)
for y in (m)
player:tell(y)
endfor
else
player:tell(m)
endif
endfor
player:tell("
")
elseif (index(dobjstr, "?hearme") == 1)
#2526:tell("", #80:parse_cgi(dobjstr)[1][2], "")
cmd = #80:parse_cgi(dobjstr)[1][2]
force_input(#2526, cmd)
dobjstr = ""
suspend(2)
this:_weblink()
endif
.
0