View Single Post
  #15  
Old 04-19-2006, 06:42 PM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
Quote:
Originally Posted by Yen
attr[] works gewd.
I have my system hold every player's HP and MP percentage in attr[4], so other players can access it. :O
Yea, I have to store that a player is paused in an attr var, and also the player's spar rating.

I'm probably going to try to save all this inaccessible info into one attr var.
like

player.attr[4]= "rating="@player.rating@"/"@player.ratingd@",paused="@player.paused;

ALTHOUGH, it would be SOO much easier if you could just define public read-only flags in the serverops.

Last edited by jake13jake; 04-19-2006 at 06:56 PM..
Reply With Quote