mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Added initial version
This commit is contained in:
commit
b1dccb3fed
14153 changed files with 1285206 additions and 0 deletions
13
dumps/scripts/2178.cs2
Normal file
13
dumps/scripts/2178.cs2
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue