mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-19 13:00:19 -07:00
Added initial version
This commit is contained in:
commit
b1dccb3fed
14153 changed files with 1285206 additions and 0 deletions
10
dumps/scripts/672.cs2
Normal file
10
dumps/scripts/672.cs2
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
void script_672() {
|
||||
int ivar0;
|
||||
script_673(0, 0, 2, 0, 0, 1381, 1281, 0, 0, -1);
|
||||
ivar0 = 1;
|
||||
while (ivar0 < 6) {
|
||||
script_673(ivar0, 0, 0, 0, 0, -1, 0, 1, 0, -1);
|
||||
ivar0 = add(ivar0, 1);
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue