3939
4040;◆◆tipプラグイン呼出し◆◆
4141;とりあえずマークは表示
42- ;first.ks で呼び出してる場合は削除してください。
42+ ;first.ks で呼び出してる場合は削除してください。;
4343@plugin name= tip mark= true log_color= true log_mark= true
4444;csv呼び出し※v4.01 で不要に
4545;@tip_loadcsv
4646
47-
4847;メッセージウィンドウの設定
4948[position layer= "message0" width= "1280" height= "210" top= "510" left= "0" ]
5049[position layer= "message0" frame= "frame.png" margint= "50" marginl= "100" marginr= "1" opacity= "230" page= "fore" ]
6564;名前枠の設定
6665[ptext name= "chara_name_area" layer= "message0" color= "0xFAFAFA" size= "30" bold= "true" x= "100" y= "508" bold= bold]
6766;キャラ設定
68- [chara_config ptext= "chara_name_area" talk_focus= brightness brightness_value= 60 time = 100 ]
67+ [chara_config ptext= "chara_name_area" talk_focus= brightness brightness_value= 60 time = 100 pos_change_time = 300 ]
6968[chara_new name= "akane" storage= "chara/akane/normal.png" jname= "あかね" ]
7069[chara_face name= "akane" face= "angry" storage= "chara/akane/angry.png" ]
7170[chara_face name= "akane" face= "doki" storage= "chara/akane/doki.png" ]
7978
8079
8180[chara_show name= "akane" time = 300 ]
82- @wait time = 330
8381[chara_show name= "yamato" time = 300 ]
8482
8583
@@ -102,9 +100,9 @@ else if( h < 11) tf.aisatu = "おはよう!!";
102100
103101#akane
104102@chara_mod name= akane face= happy
105- [emb exp= "tf.aisatu" ]
106- [r ]
107- [tip key = tip]TIP[endtip][tip key = plugin color = 0xff9999]プラグイン[endtip]をDLしてくれてありがとう![ p]
103+ [emb exp= "tf.aisatu" ][ r ]
104+ [tip key = tip]TIP[endtip][tip key = plugin color = 0xff9999]プラグイン[endtip]をDLしてくれてありがとう!
105+ [p]
108106TIPプラグインは、[tip key= "machi" ]「街」[endtip][tip key= "428" ]「428 」[endtip]のTIP機能のように、[r ]
109107メッセージのテキストをクリックして別窓で解説を表示できるプラグインです。[p]
110108
@@ -260,11 +258,6 @@ init.ksの最後に [code text="[tip_loadcsv]"] 追記しただけなんだけ
260258@glink color= btn_04_red width= 500 x= 650 y= &30 +( 95 * 1 ) text= 7 .tipから別のtipを表示する target = * index07
261259@glink color= btn_04_red width= 500 x= 650 y= &30 +( 95 * 2 ) text= 8 .ページを指定してTIPを開く target = * index08
262260@glink color= btn_04_red width= 500 x= 650 y= &30 +( 95 * 3 ) text= 9 .その他注意点など target = * index09
263- ;[skipstop]
264- [iscript]
265- console.log ( TG.stat.stack ) ; //スタックチェック
266- [endscript]
267- [clearstack]
268261@s
269262
270263* ex_start
0 commit comments