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
30
dumps/scripts/88.cs2
Normal file
30
dumps/scripts/88.cs2
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
void script_88(int arg0,int arg1,string arg2) {
|
||||
arg2 = strRemoveEntities(arg2);
|
||||
switch (arg0) {
|
||||
case 7:
|
||||
if (((boolean)script_2709())) {
|
||||
messageType0("You cannot add a friend until you have entered your date of birth");
|
||||
return;
|
||||
}
|
||||
if (isFriend(arg2)) {
|
||||
if (isMuteRelatedMethod3329() && cs2method6900()) {
|
||||
globalint_1650 = 1;
|
||||
globalstring_23 = arg2;
|
||||
script_1558(0);
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
cs2method3605(arg2);
|
||||
}
|
||||
break;
|
||||
case 8:
|
||||
cs2method3607(arg2);
|
||||
break;
|
||||
case 9:
|
||||
script_1052(5, cs2method5012(arg1), arg2);
|
||||
break;
|
||||
case 10:
|
||||
globalstring_24 = arg2;
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue