proc/Kipnap(mob/K as mob)
var/k=input("Pick someone to extract ransom from")in list(servlist)
K=k
src<<"You have attempted to extract ransom from [K]!"
K.alert//The text here.
(I haven't tested this yet, so I may have about fifty gameplay errors...)
Anyway, it tells me K.alert is an undefined proc. So, how can I direct an alert to anything other then the src?
alert(K,message,blablabla)