mob/proc/noauto()
switch(alert("Do you want to be booted for using an auto?","Anti-Autoer","Yes","No"))
if("Yes")
src << "Ok..."
del (src)
if("No")
src << "Good job, heres a reward for being an honest player!"
src.Gold += 100
spawn while(1) noauto(src)
Problem description:
its not calling the proc, as you can see would cause a problem...