mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
15 lines
693 B
Text
15 lines
693 B
Text
void script_1920() {
|
|
setScriptCallOnGlobalStringChange(1921, 40, 1, "Y", new WidgetPointer(812,5));
|
|
setScriptCallOnGlobalStringChange(1921, 41, 1, "Y", new WidgetPointer(812,6));
|
|
setScriptCallOnGlobalStringChange(1921, 42, 1, "Y", new WidgetPointer(812,7));
|
|
setScriptCallOnGlobalConfigChange(1921, 551, 1, "Y", new WidgetPointer(812,5));
|
|
setScriptCallOnGlobalConfigChange(1921, 552, 1, "Y", new WidgetPointer(812,6));
|
|
setScriptCallOnGlobalConfigChange(1921, 553, 1, "Y", new WidgetPointer(812,7));
|
|
globalstring_40 = "You have no clan leader.";
|
|
globalstring_41 = "You have no allied clans.";
|
|
globalstring_42 = "";
|
|
globalint_551 = 0;
|
|
globalint_552 = 0;
|
|
globalint_553 = 0;
|
|
return;
|
|
}
|