sleeping-princess-in-the-attic/data/system/AfterInit.tjs
2024-04-17 02:37:35 -05:00

34 lines
483 B
Text
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// AfterInit.tjs
// 初期化が終わり、 first.ks が実行される直前に実行される
//////////////////////////////////////////////////////
var lPauseFlag=0; //ポーズ用MainWindowにて使用される tjs用の変数はafterinitでなければいけない
var lPauseTalkFlag=0;
var lPauseSTALK=0;
//-----------------------------------------------------ドラッガブルここまで--------------------------------------------------------