summaryrefslogtreecommitdiff
path: root/npc/sample/npc_test_chat.txt
blob: 267dc4b66e8ebdbc1f66c8a92f119b72e7ec3ccd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
prontera.gat,158,182,0	script	chat�e�X�g::test0001	116,{
	mes "�g���K�[�l��" + getwaitingroomstate(2);
	mes "�g���K�[���" + getwaitingroomstate(3);
	menu "�L����",L_ENA,"������",L_DISA,"�폜",L_DEL,"�쐬",L_MAKE;
	close;
L_ENA:
	enablewaitingroomevent;
	close;
L_DISA:
	disablewaitingroomevent;
	close;
L_DEL:
	delwaitingroom;
	close;
L_MAKE:
	waitingroom "�e�X�g",15,"test0001::OnChatEvent",1;
	close;
OnInit:
	waitingroom "�e�X�g",15,"test0001::OnChatEvent",1;
	end;
OnChatEvent:
	disablewaitingroomevent;
	warpwaitingpc "prontera.gat",160,180;
	end;

}