wurstscript / WurstScript

Programming language and toolkit to create Warcraft III Maps
https://wurstlang.org
Apache License 2.0
226 stars 30 forks source link

Delay in removing buffs #789

Closed StN-NL closed 5 years ago

StN-NL commented 5 years ago

It appears that the removal of buffs is delayed when using the method for adding and removing buffs from https://wurstlang.org/blog/bestofthewurst5.html

Example: Code snippet: https://bin.wurstlang.org/epotupuwir.wurst

Frotty commented 5 years ago

I think the delay simply comes from the wc3 aura effect update delay. What exactly is your issue? Do you want the blog post changed?

StN-NL commented 5 years ago

Not really an issue, but I thought it might be useful to have some sort of wurst function for full control over timing of the removal of a buff.