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
20
dumps/scripts/3004.cs2
Normal file
20
dumps/scripts/3004.cs2
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
void script_3004(int arg0,int arg1) {
|
||||
int stack_dump0;
|
||||
cs2func_script_3011_struct(7,0,0) structdump_1;
|
||||
cs2func_script_3011_struct(7,0,0) structdump_2;
|
||||
setScriptCallOnMousePressed(-1, "", new WidgetPointer(907,41));
|
||||
setScriptCallOnMousePressed(-1, "", new WidgetPointer(907,29));
|
||||
setScriptCallOnMousePressed(-1, "", new WidgetPointer(907,17));
|
||||
setScriptCallOnMousePressed(-1, "", new WidgetPointer(907,55));
|
||||
if (getWidgetSpriteId(new WidgetPointer(script_3013(arg1))) == 2669) {
|
||||
stack_dump0 = arg1;
|
||||
structdump_1 = script_3011(stack_dump0);
|
||||
script_3007(structdump_1.intpart_0, structdump_1.intpart_1, structdump_1.intpart_2, structdump_1.intpart_3, structdump_1.intpart_4, structdump_1.intpart_5, structdump_1.intpart_6);
|
||||
} else {
|
||||
stack_dump0 = arg1;
|
||||
structdump_2 = script_3011(stack_dump0);
|
||||
script_3009(structdump_2.intpart_0, structdump_2.intpart_1, structdump_2.intpart_2, structdump_2.intpart_3, structdump_2.intpart_4, structdump_2.intpart_5, structdump_2.intpart_6);
|
||||
}
|
||||
setScriptCallOnGameloop(3005, arg1, arg0, "ii", new WidgetPointer(907,2));
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue