mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Added initial version
This commit is contained in:
commit
b452bd670c
13290 changed files with 1178433 additions and 0 deletions
10
dumps/scripts/5050.cs2
Normal file
10
dumps/scripts/5050.cs2
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
void script_5050(int arg0,int arg1,int arg2) {
|
||||
arg0 = multiply(arg0, arg1);
|
||||
if (((boolean)arg2)) {
|
||||
cs2method2100(cs2method2600(new WidgetPointer(1111,15)), max(add(cs2method2601(new WidgetPointer(1111,15)), arg0), 0), new WidgetPointer(1111,15));
|
||||
} else {
|
||||
cs2method2100(max(add(cs2method2600(new WidgetPointer(1111,15)), arg0), 0), cs2method2601(new WidgetPointer(1111,15)), new WidgetPointer(1111,15));
|
||||
}
|
||||
script_5053(0, 0);
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue