Added initial version

This commit is contained in:
Ceikry
2021-03-07 20:37:32 -06:00
commit b452bd670c
13290 changed files with 1178433 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
void script_2178(int arg0,string arg1) {
if (setWidgetRegister(new WidgetPointer(190,18), arg0)) {
if (mod(getClientCycle(), 20) > 9) {
setWidgetText("");
if (mod(getClientCycle(), 20) == 10) {
playSoundEffect(5009, 1, 0);
}
} else {
setWidgetText(arg1);
}
}
return;
}