mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
13 lines
294 B
Text
13 lines
294 B
Text
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;
|
|
}
|