Quote:
Originally Posted by cbk1994
I'm no expert in old GScript, but isn't this line redundant?
PHP Code:
if (hasweapon(Red Potion) && timeout)
The "&& timeout" is extraneous; it's already nested in the timeout block.
|
Oh, yeah it's
very redundant, I didn't look at the code too closely
