Here's the block of code causing the problem.
PHP Code:
function onActionServerSide(cmd, target){
if(cmd == "spite"){
with(findplayer(target)){
BuffSystem.addbuff("Spite", 30, "cannotstack", -10);
}
}
}
Then when that part of the script goes through, I'll immediately get the following in rc:
Script: Function BuffSystem.addbuff not found at line 4 in script of -Skills/Spite (in level onlinestartlocal.nw at pos (0, 0))