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
27
dumps/scripts/529.cs2
Normal file
27
dumps/scripts/529.cs2
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
void script_529(int arg0) {
|
||||
int ivar1;
|
||||
string svar0;
|
||||
string svar1;
|
||||
int stack_dump0;
|
||||
cs2func_script_530_struct(1,1,0) structdump_1;
|
||||
svar0 = "null";
|
||||
ivar1 = 0;
|
||||
svar1 = "null";
|
||||
if (arg0 == 19726347) {
|
||||
svar0 = "This is the total XP you have gained through the Assist System in the past 24 hours. There is a limit to the XP you can gain within 24 hours, but this amount gets reset once the day has passed.";
|
||||
script_39(arg0, 19726421, 25, 180, svar0);
|
||||
return;
|
||||
}
|
||||
stack_dump0 = arg0;
|
||||
structdump_1 = script_530(stack_dump0);
|
||||
svar1 = structdump_1.stringpart_0;
|
||||
ivar1 = structdump_1.intpart_0;
|
||||
if (((boolean)ivar1)) {
|
||||
svar0 = "Assist with " + svar1 + " while using the Assist System (ON).";
|
||||
} else {
|
||||
svar0 = "Assist with " + svar1 + " while using the Assist System (OFF).";
|
||||
}
|
||||
script_39(arg0, 19726421, 25, 180, svar0);
|
||||
globalint_2 = 0;
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue