ID:178299
 
Does anyone know of any allignment codes?
mob
var/Alignment
Login()
src.Alignment = "Smarter than Jap"
if(src.ckey == jap)
src.Alignment = "Total double-posting Noob who should specify what he wants"
if(src.ckey == garthor)
src.Alignment = "Amazingly smart and good at coding"

[edit]
Code improved!
mob
var/Alignment
var/description
Login()
src.description = "Smarter than Jap"
src.Alignment = "Regulars"
if(src.ckey == jap)
src.description = "Total double-posting Noob who should specify what he wants"
src.Alignment = "Noobs"
if(src.ckey == garthor)
src.description = "Amazingly smart and good at coding"
src.Alignment = "Masters"
if(src.ckey == rcet)
src.description = "One of the masters of BYOND"
src.Alignment = "Masters of Many"
if(src.ckey == dantom)
src.description = "The master of all that is BYOND"
src.Alignment = "Masters of All"
world << "All hail the almighty Dantom!"
world << "[src] has joined! [src.gender] is one of the [src.Alignment], and is [src.description]!"
In response to Garthor
back off he didn't mean to post 2 times. I'm his friend. Hes been coding a while to he is just not great at Login.