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
22
dumps/scripts/3624.cs2
Normal file
22
dumps/scripts/3624.cs2
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
int script_3624(int arg0) {
|
||||
flow_0:
|
||||
SWITCH (arg0) {
|
||||
case 2:
|
||||
GOTO flow_1
|
||||
case 3:
|
||||
GOTO flow_2
|
||||
case 4:
|
||||
GOTO flow_3
|
||||
case 5:
|
||||
GOTO flow_4
|
||||
}
|
||||
return 3157;
|
||||
flow_1:
|
||||
return 3160;
|
||||
flow_2:
|
||||
return 3163;
|
||||
flow_3:
|
||||
return 3166;
|
||||
flow_4:
|
||||
return 3169;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue