ID:157834
 
Iconning.dm:304:error: prompt: undefined proc

mob/proc/Die()
if(!key) //NPC
del src
else //PC
loc = null //vacate the scene
var/again = prompt("Play Again?") in list("yes","no")
if(again == "yes")
Login()
else
del src
Probably because it doesn't exist (anymore).
Use input() instead.
In response to Kaiochao
maybe this should be added to the pdf version of the guide