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/4985.cs2
Normal file
20
dumps/scripts/4985.cs2
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
void script_4985() {
|
||||
int ivar0;
|
||||
flow_0:
|
||||
ivar0 = -1;
|
||||
IF (citadelConfigsInitialized() && (bitconfig_9550 > 0))
|
||||
GOTO flow_2
|
||||
GOTO flow_5
|
||||
flow_2:
|
||||
ivar0 = script_4948(bitconfig_9550);
|
||||
IF (ivar0 <= 0)
|
||||
GOTO flow_3
|
||||
GOTO flow_4
|
||||
flow_3:
|
||||
script_4899(4);
|
||||
GOTO flow_4
|
||||
flow_4:
|
||||
GOTO flow_5
|
||||
flow_5:
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue