-	script	launching	-1,{
end;
OnGateOn:
	setcell "new_1-1",68,115,68,108,cell_walkable,0;
	enablenpc "nwall#0";
	enablenpc "nwall#1";
	enablenpc "nwall#2";
	enablenpc "nwall#3";
	end;
OnGateOff:
	announce "Congratulations! Valhalla RO is now officially open. Main town will be at Morocc. Enjoy the game everyone",bc_all; 
	setcell "new_1-1",68,115,68,108,cell_walkable,1;
	disablenpc "nwall#0";
	disablenpc "nwall#1";
	disablenpc "nwall#2";
	disablenpc "nwall#3";
	end;
OnInit:

	bindatcmd("gateon","launching::OnGateOn",99,99);
	bindatcmd("gateoff","launching::OnGateOff",99,99);
	setcell "new_1-1",68,115,68,108,cell_walkable,0;
	enablenpc "nwall#0";
	enablenpc "nwall#1";
	enablenpc "nwall#2";
	enablenpc "nwall#3";
	end;
}

new_1-1,68,113,2	script	nwall#0	8W_SOLDIER,{
	mes "[ Guard ]";
	mes "I'm sorry but the gate is still close. Please check back again soon.";
	close;
}

new_1-1,68,112,2	duplicate(nwall#0)	nwall#1	8W_SOLDIER
new_1-1,68,111,2	duplicate(nwall#0)	nwall#2	8W_SOLDIER
new_1-1,68,110,2	duplicate(nwall#0)	nwall#3	8W_SOLDIER