// Evol scripts. // Author: // Micksha // Description: // Auldsbel the Magician. // THIS IS A PLACEHOLDER! 008-1,119,114,0 script Auldsbel#008-1 NPC_WIZARD,{ speech l("Hello."), l("Oh, you look more interested in magic.. the brotherhood did forbid most of the interesting paths of magic, but boring baby spells are still allowed."), lg("If you come back later, I may teach you something. But psst, practising magic is quite dangerous these days."); close; OnInit: .sex = G_MALE; .distance = 2; end; }