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
33
dumps/scripts/4463.cs2
Normal file
33
dumps/scripts/4463.cs2
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
void script_4463(int arg0,int arg1) {
|
||||
int ivar2;
|
||||
string svar0;
|
||||
svar0 = "";
|
||||
ivar2 = 0;
|
||||
if (cs2method3751()) {
|
||||
if (cs2method3701()) {
|
||||
svar0 = cs2method3756(arg0);
|
||||
if (((boolean)arg1)) {
|
||||
if (isFriend(svar0)) {
|
||||
ivar2 = 1;
|
||||
} else {
|
||||
message(0, 0, "You only message people on your Friends List.");
|
||||
}
|
||||
} else {
|
||||
if (arg1 == 8) {
|
||||
script_4466(svar0);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
messageType0("You must be in a clan to do that.");
|
||||
}
|
||||
} else {
|
||||
messageType0("You must be in a clan to do that.");
|
||||
}
|
||||
if (((boolean)ivar2)) {
|
||||
globalint_1650 = 1;
|
||||
globalstring_23 = svar0;
|
||||
script_1558(0);
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue