#-----------------------------------------------------------#
# 죄와 벌++ 이율배반 #
# Copyright(C) 2001-2002 by Vivid Studio. BLANK BOARD #
# Vivid Studio.[ http://www17.big.or.jp/~obochan/vivid/ ] #
# BLANK BOARD [ http://pom.to/ ] #
#-----------------------------------------------------------#
# 내정 Version 1.0
#--- [주의사항] --------------------------------------------#
# 1.이 스크립트는 이하의 이용규정에 따라 배포되고 있습니다. #
# http://www24.big.or.jp/~obo/game/ore_/gild/ #
#-----------------------------------------------------------#
#-------------------------------------------------------------------------------
# 내정 메뉴
sub politics{
if(!$type){
if($camp<1){
$log .= "방랑 상태로는 내정을 할 수 없습니다
\n";
$tm = $cmd = 0;
&call_main_st;
}else{
$log .= "내정을 실행합니다. 실행할 항목을 선택해 주십시오
\n";
$tm=0;
$type='내정';
&politics_menu;
&dat_write;
}
}
}
sub politics_menu{
# 내정 커맨드
my @hm = ('그만두기','농업','상업','징병','병사 훈련');
$log2 .=qq|