blob: 65a08adcf8a9298e9deb0ed1cc4047f18e3f0597 (
plain) (
tree)
|
|
// Moubootaur Legends scripts.
// Authors:
// Jesusalva
// Description:
// This script controls access to Ships, fixing variables.
// Use NPC_LA_MARINE if needed
020-1,210,143,0 script La Marine#T NPC_HIDDEN,0,0,{
end;
OnTouch:
EnterTown("Tulim");
warp "marine@"+LOCATION$, 42, 26;
closedialog;
close;
}
|