Add matches found to bank tag search dialog message

This commit is contained in:
Adam
2018-07-13 17:48:17 -04:00
parent 1d9819216e
commit 94fe9de7e0
3 changed files with 17 additions and 0 deletions

View File

@@ -665,6 +665,10 @@ LABEL609:
int_to_string
load_string " found)"
string_append 3
iload 21 ; load number of matches
load_string "setSearchBankInputTextFound" ; load event name
runelite_callback ; invoke callback
pop_int ; pop number of matches
load_int 10616868
widget_put_text_widget
LABEL616:
@@ -683,6 +687,8 @@ LABEL617:
jump LABEL631
LABEL628:
load_string "Show items whose names contain the following text:"
load_string "setSearchBankInputText" ; load event name
runelite_callback ; invoke callback
load_int 10616868
widget_put_text_widget
LABEL631: