blob: 7bcc7cb0b98b6dc9966adb45f5e41922cacb0543 (
plain) (
tree)
|
|
// Evol scripts.
// Author:
// Micksha
// Description:
// The Inspector not willing to do his job.
// THIS IS A PLACEHOLDER!
008-2-1,30,34,0 script Inspector#008-1 NPC_INSPECTOR,{
speech
l("Oh hey!"),
l("Got a beer for me? No? Then I am too busy for your stupid problems.");
lg("Go away, and bring a beer next time you pass by.");
close;
OnInit:
.sex = G_MALE;
.distance = 2;
end;
}
|