Quote:
Originally posted by R0bin
if (playerrupees>=50) playerrupees-=50;
to
if (playerrupees>=50) {
with(getplayer(#a)) {
playerrupees-=50;
}
}
|
I'm guessing shifter told you that? He seemed to have the same misunderstanding (I noticed it when he posted that log on-off thing), getting #a is meaningless and inefficent, since the script already knows it is editing your attributes