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
38
dumps/scripts/1917.cs2
Normal file
38
dumps/scripts/1917.cs2
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
void script_1917(int arg0) {
|
||||
if (arg0 == 53280867) {
|
||||
if (globalint_583 > 0) {
|
||||
setWidgetRGB(new Color(200, 170, 100), new WidgetPointer(arg0));
|
||||
return;
|
||||
}
|
||||
setWidgetRGB(new Color(51, 51, 51), new WidgetPointer(arg0));
|
||||
}
|
||||
if (arg0 == 53280869) {
|
||||
if (globalint_584 > 0) {
|
||||
setWidgetRGB(new Color(200, 170, 100), new WidgetPointer(arg0));
|
||||
return;
|
||||
}
|
||||
setWidgetRGB(new Color(51, 51, 51), new WidgetPointer(arg0));
|
||||
}
|
||||
if (arg0 == 53280871) {
|
||||
if (globalint_585 > 0) {
|
||||
setWidgetRGB(new Color(200, 170, 100), new WidgetPointer(arg0));
|
||||
return;
|
||||
}
|
||||
setWidgetRGB(new Color(51, 51, 51), new WidgetPointer(arg0));
|
||||
}
|
||||
if (arg0 == 53280873) {
|
||||
if (globalint_586 > 0) {
|
||||
setWidgetRGB(new Color(200, 170, 100), new WidgetPointer(arg0));
|
||||
return;
|
||||
}
|
||||
setWidgetRGB(new Color(51, 51, 51), new WidgetPointer(arg0));
|
||||
}
|
||||
if (arg0 == 53280875) {
|
||||
if (globalint_587 > 0) {
|
||||
setWidgetRGB(new Color(200, 170, 100), new WidgetPointer(arg0));
|
||||
return;
|
||||
}
|
||||
setWidgetRGB(new Color(51, 51, 51), new WidgetPointer(arg0));
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue