Idea | Game Guide 파일의 추가 지원 (include file)
페이지 정보
작성자 CmdList 작성일16-04-14 13:28 조회5,873회 댓글0건관련링크
본문
Game Guide 파일의 데이타에서 외부 파일을 불러올 수 있는 기능을 추가할 생각입니다.
include file의 확장자는 다음과 같습니다.
파일 관리의 효율성과 중복되는 텍스트는 생략할 수 있습니다.
$info=Game Name
$set:wrap_width=50
$set:image_file {
@include "dir/filename.glyph"
_[80] = "dirs/2.png"
_[81] = "dirs/3.png"
}
$set:auto_text {
@include "dir/filename.macro"
_(아이템:1) = "_[80]"
_(아이템:2) = "_[81]"
}
$menuitem="버튼" {
@include "dir/button.text"
_A: 공격
}
$menuitem="아이템" {
@include "dir/item.text"
_(아이템:2): 강화 아이템
}
$end
댓글목록
등록된 댓글이 없습니다.