In response to Avidanimefan
use smaller words/sentences for dumdum tokusentai
In response to Avidanimefan
Avidanimefan wrote:
Tokusentai wrote:
Yeah, it simply wasn't passing src despite calling 'src.PLV_Gain()' explicitly. Like I said, I was saving passing it manually as an absolute last resort since I figured that was unnecessary when coding with Dream Maker, and I didn't want to potentially leave in a bug that was greater than just 'it doesn't pass src consistently'. Thanks.

So basically you just wanted someone to solve the problem for you. Got it. Also just for the record, I mentioned the exact same thing as the guy you voted best answer. You were just too busy arguing to pay attention. *whistles and walks off post*

Saying "the mob doesn't exist" multiple times even after being proven wrong =/= saying that [usr/src].[proc]() passing is buggy.
In response to Tokusentai
It's not buggy, you're just over-complicating things. usr and src are not the same, and you're treating them as-though they are.

You make declarations like:
if(client) usr.Melee_Attack_Gain()


You're checking if src has a client, and then making usr do something. usr, in this case, may well not have a client, which may result in null.client errors.

Yet another person saying BYOND is buggy due to their own incompetence...
Page: 1 2