mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Added initial version
This commit is contained in:
commit
b452bd670c
13290 changed files with 1178433 additions and 0 deletions
28
dumps/scripts/1971.cs2
Normal file
28
dumps/scripts/1971.cs2
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
void script_1971(int arg0,int arg1) {
|
||||
switch (arg0) {
|
||||
case 0:
|
||||
if ((globalint_618 < 0) || (globalint_618 > 25)) {
|
||||
globalint_618 = 0;
|
||||
}
|
||||
setWidgetText(new WidgetPointer(arg1), cs2method_3408(105, 115, 2121, globalint_618));
|
||||
break;
|
||||
case 1:
|
||||
if ((globalint_619 < 0) || (globalint_619 > 25)) {
|
||||
globalint_619 = 0;
|
||||
}
|
||||
setWidgetText(new WidgetPointer(arg1), cs2method_3408(105, 115, 2121, globalint_619));
|
||||
break;
|
||||
case 2:
|
||||
if ((globalint_620 < 0) || (globalint_620 > 25)) {
|
||||
globalint_620 = 0;
|
||||
}
|
||||
setWidgetText(new WidgetPointer(arg1), cs2method_3408(105, 115, 2121, globalint_620));
|
||||
break;
|
||||
case 3:
|
||||
if ((globalint_621 < 0) || (globalint_621 > 25)) {
|
||||
globalint_621 = 0;
|
||||
}
|
||||
setWidgetText(new WidgetPointer(arg1), cs2method_3408(105, 115, 2121, globalint_621));
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue