Skip to content

Commit

Permalink
save file for each transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolat committed Mar 9, 2024
1 parent 9bcf69e commit cf5b6dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
========================================================================
【ソフト名称】Wallet of Unyu
【 制 作 者 】Don
【 動作環境 】Windows11 22H2 + SSP/2.6.42
【 動作環境 】Windows11 23H2 + SSP/2.6.61
【 タ イ プ 】「伺か」用プラグイン
【 取扱種別 】フリーウェア
【 配布月日 】2023-03-26
Expand Down Expand Up @@ -53,3 +53,4 @@
■更新履歴

2023-03-26 Ver1.0 ・新規作成
2024-03-09 Ver1.1 ・取引毎にセーブファイルを保存(SSPクラッシュ時の保険)
3 changes: 2 additions & 1 deletion yaya_plugin_main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ OnWalletOfUnyu
_unixtime = GETSECCOUNT()
_message = reference[2]
trading ,= JOIN((_amount, _sender, _unixtime, _message), T_DLM)
SAVEVAR()
}
when 'get' {
//所持金を返すだけ
Expand Down Expand Up @@ -133,5 +134,5 @@ PLUGINFW.EscapeAllTags{
// バージョン
version
{
'WalletOfUnyu/1.0'
'WalletOfUnyu/1.1'
}

0 comments on commit cf5b6dd

Please sign in to comment.