blob: e9f9411b1e5aeca320f4939aa5e49998ab9d24bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// TMW2 scripts.
// Authors:
// Jesusalva
// Description:
// Part of Speed Run Quest
004-2,146,115,0 script Mirio NPC_INDIGENOUS_YOUNG,{
mesn;
mesq l("Howdy! Pachua and I scout this canyon to protect our clan. I acknowledge only those whom are fast like the wind! I would love to challenge you for a race... But not today.");
close;
OnInit:
.distance = 4;
.sex = G_MALE;
end;
}
|