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
11
dumps/scripts/4418.cs2
Normal file
11
dumps/scripts/4418.cs2
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
void script_4418() {
|
||||
string svar0;
|
||||
svar0 = strRemoveEntities(getWidgetText(new WidgetPointer(1107,98)));
|
||||
if (isFriend(svar0)) {
|
||||
messageType0("Attempting to add " + svar0 + " to your Friends List.");
|
||||
cs2method3605(svar0);
|
||||
} else {
|
||||
messageType0("You've already added " + svar0 + " to your friends list.");
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue