Fixed error with buffIndex/buffId
No edit summary |
(Fixed error with buffIndex/buffId) |
||
| Line 8: | Line 8: | ||
;''Arguments'' | ;''Arguments'' | ||
:;buffIndex : The | :;buffIndex : The index of the buff to remove. Can be obtained with [[API GetPlayerBuff|GetPlayerBuff]] | ||
---- | ---- | ||
;''Example'' | ;''Example'' | ||
CancelPlayerBuff(0) | CancelPlayerBuff(GetPlayerBuff(0,"HELPFUL")) | ||
;''Result'' | ;''Result'' | ||