Added initial version
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
void script_474(int arg0,int arg1) {
|
||||
if (bitconfig_4302 < 110) {
|
||||
setWidgetText(new WidgetPointer(arg0), "<col=c80000>" + "Completion of Wolf Whistle required." + "</col>");
|
||||
return;
|
||||
}
|
||||
if (bitconfig_2086 < arg1) {
|
||||
setWidgetText(new WidgetPointer(arg0), "<col=c80000>" + intToStr(arg1) + " Commendations required." + "</col>");
|
||||
} else {
|
||||
setWidgetText(new WidgetPointer(arg0), intToStr(arg1) + " Commendations.");
|
||||
}
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user