Added initial version
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
void script_1549() {
|
||||
if (((boolean)globalint_11)) {
|
||||
script_675();
|
||||
}
|
||||
if (getDisplayMode() >= 2) {
|
||||
setWidgetIsHidden(false, new WidgetPointer(746,73));
|
||||
}
|
||||
setWidgetIsHidden(false, new WidgetPointer(752,3));
|
||||
setWidgetIsHidden(true, new WidgetPointer(752,7));
|
||||
setWidgetIsHidden(true, new WidgetPointer(752,8));
|
||||
setWidgetText(new WidgetPointer(752,4), "Enter the name of the item you wish to search for:");
|
||||
globalint_5 = 11;
|
||||
script_1564("");
|
||||
setScriptCallOnMousePressed(-1, "", new WidgetPointer(752,3));
|
||||
script_2026();
|
||||
setScriptCallOnKeyPress(112, -2147483640, false, "iz", new WidgetPointer(752,5));
|
||||
script_1188();
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user