ID:139218
 
Code:
obj/itens/DeathNote
name = "Book"
icon = 'DeathNote.dmi'
icon_state = ""
verb
Write()
set category = "Book"
var/name=input("What name?")as text
if(name == "")
return
for(var/mob/M in world)
if(M.name == name)
usr<<'rafaaa.wav'
spawn(1)
var/1=input("What is motivation?")as text
world<<"[M.name] die because [1]"
M.health = 0
else
var/1=input("What is motivation?")as text

Problem description:I'm trying to do that when the wrong name so appears the reason, most do not stay with the Health 0, is showing the most direct post
A variable's name cannot start with a number, or be just a number.