File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 33//******************************************************************************
44RandomTalk
55{
6- TOSTR(EVAL(CHR(0x22)+RandomTalkEx()+CHR(0x22)))
6+ TOSTR(EVAL(CHR(0x22)+REPLACE( RandomTalkEx(),CHR(0x22),CHR(0x22)+CHR(0x22) )+CHR(0x22)))
77}
88RandomTalkEx : nonoverlap
99{
Original file line number Diff line number Diff line change @@ -294,6 +294,8 @@ SHIORI3FW.UserBirthday
294294SHIORI3FW.UserSex
295295SHIORI3FW.BasewareNotifysInstalledSakuraName
296296SHIORI3FW.BasewareNotifysInstalledKeroName
297+ SHIORI3FW.LastSurface
298+ SHIORI3FW.IsVisible
297299C_CRLF2
298300C_CRLF
299301C_BYTE1
@@ -305,8 +307,6 @@ C_BYTE1
305307 //SHIORI3FW.BalloonName
306308 //SHIORI3FW.BalloonNameOld
307309 //SHIORI3FW.BalloonPath
308- //SHIORI3FW.LastSurface
309- //SHIORI3FW.IsVisible
310310
311311 ERASEVAR(SPLIT(_var,C_CRLF))
312312
@@ -1416,6 +1416,15 @@ FUNCTIONLOAD
14161416 0
14171417 return
14181418 }
1419+ // 相手のCharsetに合わせる
1420+ _i = 0
1421+ foreach var.lib.key; _key {
1422+ if _key == 'Charset' {
1423+ void CHARSETLIBEX(_argv[0], var.lib.value[_i])
1424+ break
1425+ }
1426+ _i++
1427+ }
14191428 SAORI.DllList ,= _argv[0]
14201429 }
14211430 1
You can’t perform that action at this time.
0 commit comments