View Single Post
  #33  
Old 10-11-2002, 07:17 AM
Graal2001_NAT Graal2001_NAT is offline
Registered User
Join Date: Sep 2002
Posts: 241
Graal2001_NAT is on a distinguished road
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
__________________
GONE, BAI
Reply With Quote