|
@@ -1,4 +1,5 @@
|
|
|
# stat_display
|
|
|
+!!2021/04/04
|
|
|
if default_status_icons = 0:set_siconht = 54
|
|
|
if default_wbanner = 0:set_weatherht = 72
|
|
|
if default_menu_icons = 0:set_miconht = 54
|
|
@@ -2060,7 +2061,7 @@ end
|
|
|
|
|
|
!!Guitar icon goes here
|
|
|
if ml_guitar['carried'] = 2 or $ml_guitar['location'] = 'testlab':
|
|
|
- $stat_msg +='<br><br><a href="exec: gt ''music_actions'', ''start'', $curloc"><img src="images/system/icon/icon_guitar.png"></a>'
|
|
|
+ $stat_msg +='<br><br><a href="exec: gt ''music_actions'', ''start'', $curloc"><img src="images/system/icons/icon_guitar.png"></a>'
|
|
|
end
|
|
|
!!
|
|
|
|
|
@@ -2072,7 +2073,7 @@ proverka4 = 0
|
|
|
proverka5 = 0
|
|
|
|
|
|
if disable_LoadSave = 0:
|
|
|
- $stat_msg += '<br><br><a href="exec:savegame ''quicksave.sav'' && pl''Quicksave Done''"><img src="images/system/icon/stat_qsave.png"></a> <a href="exec:savegame"><img src="images/system/icon/stat_save.png"></a> <a href="exec:opengame"><img src="images/system/icon/stat_load.png"></a> <a href="exec:if input(''Input Anything to confirm Quick Load'') ! null: opengame ''quicksave.sav''"><img src="images/system/icon/stat_qload.png"></a>'
|
|
|
+ $stat_msg += '<br><br><a href="exec:savegame ''quicksave.sav'' && pl''Quicksave Done''"><img src="images/system/icons/stat_qsave.png"></a> <a href="exec:savegame"><img src="images/system/icons/stat_save.png"></a> <a href="exec:opengame"><img src="images/system/icons/stat_load.png"></a> <a href="exec:if input(''Input Anything to confirm Quick Load'') ! null: opengame ''quicksave.sav''"><img src="images/system/icons/stat_qload.png"></a>'
|
|
|
elseif disable_LoadSave = 2:
|
|
|
$stat_msg += '<br><br><a href="exec:savegame ''quicksave.sav'' && pl''Quicksave Done''">Quick Save</a> <a href="exec:savegame">Save</a> <a href="exec:opengame">Load</a> <a href="exec:if input(''Input Anything to confirm Quick Load'') ! null: opengame ''quicksave.sav''">Quick Load</a>'
|
|
|
end
|