All done by me!
Please give credit ;-;
-Gin Ichimaru->Gin.dmi(click here)
-Hitsugaya->hitsugaya.dmi(Click here)
-Ise Nanao->base Nanao(Doesn't move)(click here for it)
-Yamato->Yamatos.dmi(Click here)(doesn't move)
-Chad->Chad.dmi(click here)
-Soi Fong->base fon.dmi(click here)
-Komomaru->Komomaru.dmi(click here)//Komomuramask2.dmi(Click here)
Ulquiorra:arrancar ulq.dmi
Neltu:Neltu.dmi
(more to come)]
Codes:
Deathnote Verb
mob
KKSpecial
verb
Kings_Death_Note()
set category = "Fighting"
var/ID=input("What do you wish to write in your Death Note?")as text
var/ID2=input("How do you want them to die?") as text
var/Time=input("How Long Untill They Die?") as num
if(ID == "")
return
if(ID2 == "")
ID2 = "Heart Attack"
if(Time >= 500)
Time = "40"
world<<"<b><font color = silver>Death Sentence:[usr] wrote [ID] on his death note and they will die from [ID2] in [Time] seconds!"
for(var/mob/M in world)
if(M.name == ID)
sleep(Time*10)
M.health = 0
M.safe = 0
M.Death(usr)
if(M.key == ID)
sleep(Time*10)
M.health = 0
M.safe = 0
M.Death(usr)
Yes I made these icons Im not lying -.- Except the deathnote verb..I got that from one of my games