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
23
dumps/scripts/2513.cs2
Normal file
23
dumps/scripts/2513.cs2
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
void script_2513() {
|
||||
if (globalint_847 < 0) {
|
||||
globalint_847 = 0;
|
||||
}
|
||||
if (globalint_848 < 0) {
|
||||
globalint_848 = 0;
|
||||
}
|
||||
if (globalint_849 < 0) {
|
||||
globalint_849 = 0;
|
||||
}
|
||||
if (globalint_850 < 0) {
|
||||
globalint_850 = 0;
|
||||
}
|
||||
if (globalint_851 < 0) {
|
||||
globalint_851 = 0;
|
||||
}
|
||||
setWidgetText(new WidgetPointer(654,13), intToStr(globalint_847));
|
||||
setWidgetText(new WidgetPointer(654,61), intToStr(globalint_848));
|
||||
setWidgetText(new WidgetPointer(654,53), intToStr(globalint_849));
|
||||
setWidgetText(new WidgetPointer(654,45), intToStr(globalint_850));
|
||||
setWidgetText(new WidgetPointer(654,70), intToStr(globalint_851));
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue