Added initial version
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
void script_2040(int arg0) {
|
||||
if (((boolean)bitconfig_949)) {
|
||||
setWidgetText(new WidgetPointer(arg0), "Coal to add: " + intToStr(bitconfig_940));
|
||||
} else {
|
||||
setWidgetText(new WidgetPointer(arg0), "Coal in furnace: " + intToStr(bitconfig_949));
|
||||
}
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user