mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
10 lines
447 B
Text
10 lines
447 B
Text
void script_3150(int arg0,int arg1,string arg2) {
|
|
if (arg1 < 0) {
|
|
setScriptCallOnMouseOver(3151, new WidgetPointer(arg0), arg1, add(getClientCycle(), 25), arg2, -2147483647, -2147483646, "Iiisii", new WidgetPointer(arg0));
|
|
} else {
|
|
if (setWidgetRegister(new WidgetPointer(arg0), arg1)) {
|
|
setScriptCallOnMouseOver(3151, new WidgetPointer(arg0), arg1, add(getClientCycle(), 25), arg2, -2147483647, -2147483646, "Iiisii");
|
|
}
|
|
}
|
|
return;
|
|
}
|