Files
2009scape/dumps/scripts/2268.cs2
T
2021-03-07 20:37:32 -06:00

9 lines
264 B
Plaintext

void script_2268(int arg0) {
if (((boolean)standart_config_170)) {
setWidgetText(new WidgetPointer(arg0), "Right-click the object to see more options.");
} else {
setWidgetText(new WidgetPointer(arg0), "Click the object to see more options.");
}
return;
}