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