runelite-scripts: check length check in chatbox input

This commit is contained in:
Adam
2018-07-11 18:03:40 -04:00
parent 86754bccbe
commit 60b0ab9ddf

View File

@@ -9,7 +9,7 @@
runelite_callback ; invoke callback
pop_int ; pop chat type
string_length ; get string length of chat message
iload 0 ; load 0
load_int 0 ; load 0
if_icmpne LABEL100 ; if length is not 0, continue
return
LABEL100: