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
13
dumps/scripts/975.cs2
Normal file
13
dumps/scripts/975.cs2
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
int script_975(int arg0,int arg1) {
|
||||
setWidgetPosition(50, arg0, 0, 0);
|
||||
setWidgetTextAlignment(0, 0, 16);
|
||||
setWidgetRGB(new Color(70, 50, 10));
|
||||
setWidgetFont(495);
|
||||
setWidgetUnknownBoolean(false);
|
||||
if (multiply(arg1, 16) < 32) {
|
||||
arg0 = add(arg0, 32);
|
||||
} else {
|
||||
arg0 = add(arg0, add(multiply(arg1, 16), 5));
|
||||
}
|
||||
return arg0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue