-
{{ product.dl_count_total|number_format }}
{{ item.dl_count|number_format }} - {{ product.dl_count|number_format }}
-
{{ product.rate_average_2dp }}
({{ product.rate_count|number_format }})
作品内容
DoujinRuisのスクリプト集 "SceneCustomMenu"
前提条件
本製品はRPGツクールMZに対応しており、RPGツクールMZがインストールされている環境でのみ使用可能です。
DoujinRuisのスクリプト集 "SceneCustomMenu" について
本製品は、シーンカスタムメニューの勉強と利用を目的としたスクリプト集です。このパッケージにはゲームは含まれておりません。
シーンカスタムメニュー解説用の動画を添付しています
























{
const fallbackSrc = '/modpub/images/web/home/not_found_img_main.png'
if (e.target.src === fallbackSrc) return;
e.target.onerror = null;
e.target.src = fallbackSrc;
}"
>