Before you read what I wrote below, Can you Add numbers in certain lines in a text File. For example if a txt file had 14 on its second line can you put
Code:
write -c $Calc($read(file,2)+1)

Can this replace the 14 and 15 in its place?
If so.....
Im not going to Write " Attack : 14 ", instead im going to put just the numbers, so that when they level up i can add to their stats.
That is why I need to know how to use a $read in the middle of a msg.
Code:
on Kanto:Text:!Stat 1:#: {
  msg $chan Pokemon: $+($Read(Pokemon_RPG\,$nick,.Party,.txt,1))
}

And !Stat 1 is supposed to show the Stats of the pokemon on Slot 1 of your Group.

Last edited by CraZyHanD; 19/11/05 08:25 PM.