// Evol scripts. // Author: // Micksha // Description: // Crasmande, the scared man. // THIS IS A PLACEHOLDER! 012-1,41,44,0 script Crasmande NPC_CRASMANDE,{ speech l("Welcome."), l("Someone was too lazy to even write a placeholder text, so please come back later"); close; OnInit: .sex = G_MALE; .distance = 2; end; }