Added initial version

This commit is contained in:
Ceikry
2021-03-07 20:37:32 -06:00
commit b452bd670c
13290 changed files with 1178433 additions and 0 deletions
+11
View 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;
}