Runes of Magic Wiki
Advertisement

Removes a specific buff from the player.

CancelPlayerBuff(buffIndex);

Parameters[ | ]

Arguments[ | ]

buffIndex
number - The index of the buff to remove.

Returns[ | ]

nil
void - A method call without return value.

Example[ | ]

CancelPlayerBuff(GetPlayerBuff(0,"HELPFUL"))

Notes[ | ]


Related Functions[ | ]

Advertisement