December 13, 20214 yr Toying around in script factory for an LMS bot. I've figured out how to switch prayers using config, but how would I do that conditionally based on the attack style of the player attacking me. And vice versa based on there pray style? thanks
December 14, 20214 yr why r u switching prayers using the config? can't you just set(PrayerButton prayer, boolean activate) use that to like activate your prayer? second you can't really read it to my knowledge(that would be effective for lms) but you can do like if(inmage) {pray mage} since you can just hard code what lms gear there is since it never really has anything new. and for checking another prayer I am pretty sure you can do I think getPlayers().getPrayer(); altho not 100% I would test that out. I guess
December 14, 20214 yr Author 11 hours ago, Malcolm said: He's talking about script factory which means he doesn't know Java. You are correct
December 14, 20214 yr 13 hours ago, Malcolm said: He's talking about script factory which means he doesn't know Java. I am stupid lmao
Create an account or sign in to comment