Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Invalid procedure call or argument


Eviltyphoon
 Share

Recommended Posts

@ÅÐмiядζ:

> I think it has to be:
> Call RemoveTimer("Woodcutting " & index & "," & script)
> "script" of course, being the timer number (I think)

I don't think timers have numbers in Sadscript. Also, I checked Balliztics timer tutorial, and according to that, the command is completely correct. :lipsrsealed:
Link to comment
Share on other sites

@Ace:

> I don't think timers have numbers in Sadscript. Also, I checked Balliztics timer tutorial, and according to that, the command is completely correct. :lipsrsealed:

Yea, I see what you mean now… Though according to his tutorial, the syntax would be:
```
Call RemoveTimer("Message " & index & "," & text)
```for the sub Message, I assume.

Now, if you're completely sure it's not needed though, you may have better luck with one of these:
Call RemoveTimer("Woodcutting " & index & "")
Call RemoveTimer("Woodcutting " & index & ",")

PS: Also, I looked in the "All Commands" topic in the announcement, for all the commands for EE2.7, and the above is also called with that syntax.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...