And all of you people who say "don't criticize it Stefan put a lot of work into it".
NPC Code:
if (playerchats&&strequals(#c,morph)&&strequals(#s(cl ient.race),bomy)){
setstring client.race,human;
}
if (playerchats&&strequals(#c,morph)&&strequals(#s(cl ient.race),human)){
setstring client.race,bomy;
}
Hey, look, I made a bomy/human morpher, it only took me like, what, 1 minute?
And with else if it could be made in even less time.