blob: 2c76c9c3e1c2328319ad84941077e8ef65fced34 (
plain) (
tree)
|
|
// TMW2 Scripts.
// Authors:
// Jesusalva
// Description:
// Stowaway hidden in a ship's hole.
002-1,45,26,0 script Alige NPC_ALIGE,{
mesn;
mesq l("Ssh! I am hiding here. Don't tell anyone I'm hiding here!");
next;
mesn;
mesq l("I don't want to be thrown to the sharks!");
close;
OnInit:
.sex = G_MALE;
.distance = 2;
end;
}
|