list1=피닉스|심연|벨뮤트|라그|
IniRead,temp,save.ini,레이드,list1,A
StringReplace,list1 , list1, %temp%, %temp%|
list2=피닉스|심연|벨뮤트|라그|
IniRead,temp,save.ini,레이드,list2,A
StringReplace,list2 , list2, %temp%, %temp%|
list3=일반|전설|영웅|신화|
IniRead,temp,save.ini,단계,list3,A
StringReplace,list3 , list3, %temp%, %temp%|
list4=일반|전설|영웅|신화|
IniRead,temp,save.ini,단계,list4,A
StringReplace,list4, list4, %temp%, %temp%|
Gui, Add, Tab, x12 y10 w260 h340 , 레이드|Tab2
Gui, Add, Button, x22 y310
w110 h30 , 시작
Gui, Add, Button, x152 y310 w110 h30 , 저장
Gui, Tab,
레이드
Gui, Add, GroupBox, x22 y40 w240 h70 , 창이름
Gui, Add, Text, x32 y60
w220 h30 , 창설정 ^+1입니다
Gui, Add, GroupBox, x22 y120 w240 h180 , 레이드선택
Gui,
Add, DropDownList, x92 y140 w160 h60 VLIST1,?? %list1%
Gui, Add,
DropDownList, x92 y170 w160 h60 VLIST2,?? %list2%
Gui, Tab, 레이드
Gui, Add,
GroupBox, x32 y200 w220 h90 , 진행창
Gui, Add, Text, x42 y220 w200 h50 VSP,
좋은하루되세요
Gui, Add, DropDownList, x32 y140 w50 h50 vlist3, %list3%
Gui, Add,
DropDownList, x32 y170 w50 h50 vlist4, %list4%
; Generated using SmartGUI
Creator 4.0
Gui, Show, x127 y87 h370 w285, 연습
return
Button시작:
;===맵선택=======
맵선택:
Gui, Submit, NoHide
if
list1=피닉스
{
gosub,피닉스
}
if list1=심연
{
gosub,심연
}
if list1=벨뮤트
{
gosub,벨뮤트
}
if list1=라그
{
gosub,라그
}
if
list2=피닉스
{
gosub,피닉스
}
if list2=심연
{
gosub,심연
}
if
list2=벨뮤트
{
gosub,벨뮤트
}
if
list2=라그
{
gosub,라그
}
return
;===맵선택====
피닉스:
sleep 500
guicontrol,,sp,피닉스찾는중
MSGBOX,,알림,피닉스,1
return
심연:
guicontrol,,sp,심연찾는중
sleep 500
MSGBOX,,알림,심연,1
return
벨뮤트:
sleep 500
guicontrol,,sp,벨뮤트찾는중
MSGBOX,,알림,벨뮤트,1
return
라그:
sleep 500
guicontrol,,sp,라그찾는중
MSGBOX,,알림,라그,1
return
?
Button저장:
Gui, Submit, NoHide
IniWrite,%list1%,save.ini,레이드,list1
IniWrite,%list2%,save.ini,레이드,list2
IniWrite,%list3%,save.ini,단계,list3
IniWrite,%list4%,save.ini,단계,list4
msgbox,,알림,저장완료,1
Return
?
esc::
reload
guiclose:
exitapp
요렇게 만들었습니다.
설정 저장은 되고, 하나 선택하면 잘찾아가는데
이걸? 피닉스 선택하고 라그선택하면
피닉스 에서 라그까지 도는법을 모르겠습니다
그리고 피닉스 피닉스 선택하면 피닉스만 돌구요
혹시 조금이라도 힌트좀 주시면 안될까요 ㅠㅠ
저번에 적어준게 마음에 안드셨나요?