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
23
dumps/scripts/2510.cs2
Normal file
23
dumps/scripts/2510.cs2
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
void script_2510() {
|
||||
if (globalint_852 <= 0) {
|
||||
globalint_852 = 0;
|
||||
}
|
||||
if (globalint_853 <= 0) {
|
||||
globalint_853 = 0;
|
||||
}
|
||||
if (globalint_854 <= 0) {
|
||||
globalint_854 = 0;
|
||||
}
|
||||
if (globalint_855 <= 0) {
|
||||
globalint_855 = 0;
|
||||
}
|
||||
if (globalint_856 <= 0) {
|
||||
globalint_856 = 0;
|
||||
}
|
||||
setWidgetText(new WidgetPointer(654,9), intToStr(globalint_852));
|
||||
setWidgetText(new WidgetPointer(654,58), intToStr(globalint_853));
|
||||
setWidgetText(new WidgetPointer(654,50), intToStr(globalint_854));
|
||||
setWidgetText(new WidgetPointer(654,42), intToStr(globalint_855));
|
||||
setWidgetText(new WidgetPointer(654,67), intToStr(globalint_856));
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue