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/2115.cs2
Normal file
23
dumps/scripts/2115.cs2
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
void script_2115(int arg0,int arg1) {
|
||||
int ivar2;
|
||||
if (((boolean)script_42(globalint_679))) {
|
||||
return;
|
||||
}
|
||||
setWidgetIsHidden(false, new WidgetPointer(arg1));
|
||||
if ((globalint_677 == -1) || (globalint_678 == -1)) {
|
||||
return;
|
||||
}
|
||||
if ((globalint_675 == -1) || (globalint_676 == -1)) {
|
||||
globalint_675 = 56070889;
|
||||
globalint_676 = 56087272;
|
||||
}
|
||||
ivar2 = add(rnd(50), 50);
|
||||
cs2method5405(0, 2);
|
||||
cs2method5406(0, 0, globalint_675, 450, globalint_675, add(450, divide(ivar2, 2)), 0);
|
||||
cs2method5406(0, 1, globalint_676, add(450, ivar2), globalint_676, add(450, multiply(ivar2, 2)), 0);
|
||||
cs2method5405(1, 2);
|
||||
cs2method5406(1, 0, globalint_677, 250, globalint_677, 250, 0);
|
||||
cs2method5406(1, 1, globalint_678, 150, globalint_678, 150, 0);
|
||||
cameraMethod5502(0, 0, 200, 200, 1, 0);
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue