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
17
dumps/scripts/1025.cs2
Normal file
17
dumps/scripts/1025.cs2
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
cs2func_script_1025_struct(2,1,0) script_1025(int arg0,int arg1,int arg2) {
|
||||
int ivar3;
|
||||
int ivar4;
|
||||
string svar0;
|
||||
svar0 = "null";
|
||||
ivar3 = -1;
|
||||
ivar4 = 1;
|
||||
if (((boolean)script_1024(arg2))) {
|
||||
svar0 = "<col=000080>" + "Level " + intToStr(arg1) + " " + "<col=800000>" + getCommonString(680, arg0) + "<col=000080>" + " is one of the requirements for " + "<col=800000>" + getCommonString(1481, arg2) + "<col=000080>" + ".";
|
||||
} else {
|
||||
svar0 = "<col=000080>" + "You now have all the levels you need to complete " + "<col=800000>" + getCommonString(1481, arg2) + "<col=000080>" + ".";
|
||||
}
|
||||
if (ivar3 == -1) {
|
||||
ivar3 = 6513;
|
||||
}
|
||||
return newstruct cs2func_script_1025_struct(ivar3, ivar4, svar0);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue