ID:161157
 
Lets say i have a code that summons when the usr chooses the person they want to summon i want it to ask that person do they want to be summoned how would i do that? i've tried M<<switch(in.... M.switch(in...... and M/switch(in.... and yeah i defined M as mob in the world any ideas?
Try an alert(M,...) or input(M,...).
In response to Kaiochao
tyvm it worked