blob: 157af4d6b92b107e17ac95eac6ec482da887725c (
plain) (
tree)
|
|
// Evol scripts.
// Author:
// Reid
// Description:
// Free save point.
001-2-15,27,41,0 script #savepoint0-001-2-15 NPC_SAVE_POINT,{
savepointparticle .map$, .x, .y, CURRENT_INN;
close;
OnInit:
.distance = 2;
.sex = G_OTHER;
end;
}
|