bank value: add script callback for setting title

This commit is contained in:
trimbe
2019-01-05 19:25:29 -05:00
parent 60aa135fe5
commit 3994933b08
3 changed files with 52 additions and 148 deletions

View File

@@ -702,6 +702,8 @@ LABEL637:
jump LABEL641
LABEL638:
load_string "The Bank of Gielinor"
load_string "setBankTitle" ;
runelite_callback ;
iload 6
widget_put_text_widget
LABEL641:
@@ -853,6 +855,8 @@ LABEL765:
get_varbit 4150
get_enum_value
string_append 2
load_string "setBankTitle" ;
runelite_callback ;
iload 6
widget_put_text_widget
jump LABEL781
@@ -861,6 +865,8 @@ LABEL775:
get_varbit 4150
int_to_string
string_append 2
load_string "setBankTitle" ;
runelite_callback ;
iload 6
widget_put_text_widget
LABEL781: