// Evol scripts. // Author: // Micksha // Description: // The Legendary Lumberjack. 001-1,241,116,0 script Lumberjack NPC_LUMBERJACK,{ speech l("Oh hey!"), lg("If you feel bored or anxious, you can always pixel an axe. Wait, what does that even mean?"); l("Anyhow, it's better than running around in circles doing nothing."); close; OnInit: .sex = G_MALE; .distance = 2; end; }