I'm absolutely stumped :|
Ok so $game_netplayer is like so:
Where $game_netplayer = Game_Netplayer.new
I am completely stumped as how to do the following:
For the netplayer that has the name "wyatt" change the hp to be 500.
:| Anyone care to remind an old fool?
Ok so $game_netplayer is like so:
Code:
 def initialize
  super
  @map_id = 0
  @name = ""
  @level = -1
  @netid = -1
  @hp = -1
  @sp = -1
  @username = ""
  @move_tom = true
  $game_temp.spriteset_refresh = true
  @x = 0
  @y = 0
 end
Where $game_netplayer = Game_Netplayer.new
I am completely stumped as how to do the following:
:| Anyone care to remind an old fool?