Alrighty, so I'm doing, in an onActionServerSide() of course:
PHP Code:
with(findplayer(acctnameblah)){
BuffSystem.addbuff("nameblah","stuffblah","etc");
}
now the problem is that it seems to apply for only a split second. but nothing will actually go through to their flags. same thing if i just try to send player.chat = "!"; in this way.
Doesn't make any sense. The script looks like it would make perfect sense, yet it's not working. What's the problem here?