mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
13 lines
594 B
Text
13 lines
594 B
Text
void script_4329(int arg0) {
|
|
if (clanlongconfig_2 != -1L) {
|
|
setWidgetText(new WidgetPointer(arg0), toBase36(clanlongconfig_2));
|
|
setScriptCallOnMouseEntered(45, new WidgetPointer(arg0), 255, "Ii", new WidgetPointer(arg0));
|
|
setScriptCallOnMouseExit(45, new WidgetPointer(arg0), 15393218, "Ii", new WidgetPointer(arg0));
|
|
cs2method2314(175, new WidgetPointer(arg0));
|
|
setScriptCallOnMousePressed(4330, clanlongconfig_2, "\u00a7", new WidgetPointer(arg0));
|
|
cs2method2305(new WidgetPointer(arg0), "Visit Clan Forum");
|
|
} else {
|
|
setWidgetText(new WidgetPointer(arg0), "");
|
|
}
|
|
return;
|
|
}
|