Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Dimitrilki

Pages: [1]
1
Help Board / Re: script.IsSkillEnabled(2) always true
« on: November 17, 2020, 11:56:57 pm »
Actually i'd like to know why when i use:

def onSkillActivated(2):

 i do get a "SyntaxError unexpected token '2' " can u help me out with that question pls?

and i'd like to know the correct usage of that function

2
Help Board / Re: script.IsSkillEnabled(2) always true
« on: November 17, 2020, 11:20:30 pm »
Nvm, there's no need.

just wanted to wait till the skill is charged if i use it so just did it this way

if script.IsSkillActivated(2):
   script.StatusMessage('Skill Used')
   script.PauseMovementEx(105)

3
Help Board / Re: script.IsSkillEnabled(2) always true
« on: November 17, 2020, 11:08:52 pm »
is there any functions that let me know if i'm able to use the skill or not? or it just spams the use of it if some meet conditions


and yeah, u changed it xD

4
Help Board / script.IsSkillEnabled(2) always true
« on: November 17, 2020, 09:26:22 pm »
script.IsSkillEnabled() returns if the bot's checkbox is enabled, therefore it always receives True. To check if the skill is activated, use this script.IsSkillActivated()

Pages: [1]