Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

OSRS VisualRM help

Joined
Jul 13, 2018
Messages
22
Trying to get my script to stop trying to camelot tele, i set up a inventory condition - if the amount of law runes is less than 1, it will stop.

For some reason it does not stop and keeps attempting to tele.

Any ideas?
 
cuppa.drink(java);
Joined
Mar 13, 2018
Messages
7,264
Trying to get my script to stop trying to camelot tele, i set up a inventory condition - if the amount of law runes is less than 1, it will stop.

For some reason it does not stop and keeps attempting to tele.

Any ideas?
Post your code snippet

I assume it's because if you have less than 1 law rune you have no law runes, meaning you're actually getting null/an empty object and checking if that is less than 1. Hard to say without seeing the code.
 
Joined
Jul 13, 2018
Messages
22
Post your code snippet

I assume it's because if you have less than 1 law rune you have no law runes, meaning you're actually getting null/an empty object and checking if that is less than 1. Hard to say without seeing the code.

will post a snapshot just now mate
 
Capture.PNG Capture2.PNG
 
cuppa.drink(java);
Joined
Mar 13, 2018
Messages
7,264
Oh somehow I missed that this was about visualrm in the title, i've never used it sorry. Hope someone else can help you
 
Top