prontera.gat,146,89,6script案内要員105,{
mes "[案内要員]";
mes "VIEWPOINTのテストを行います";
next;
mes "[案内要員]";
mes "マークをつけます";
viewpoint 1,100,100,1,0x0000ff;
next;
mes "[案内要員]";
mes "マークを消します";
viewpoint 0,100,100,1,0x0000ff;
next;
mes "[案内要員]";
mes "うまくいったでしょうか?";
mes "またのご利用お待ちしています";
close;
}