The Achievements Script - v1.0 stable
#35
Big F1 to that one V-Man, maybe a set of native aliases that are created/updated when multiple things are being written to the console simultaneously. One for accessing the various simultaneous lines, and another for returning the current number of conline "histories" for loops and such:

Example simultaneous console text:

Quote:bot5 fragged bot2
bot10 splattered bot4
you were fragged by bot3

Mega-pseudo-code:

loop x (numconline) [
  echo Conline history (concatword (+ $x 1) :) (conhistory (+ $x 1))
]

...would ideally output:

Quote:Conline history 1: you were fragged by bot3
Conline history 2: bot10 splattered bot4
Conline history 3: bot5 fragged bot2

"numconline" in this case being an ident that returns the number of conline "histories", and conhistory being the ident that returns the lines based on it's 1st argument. A feature like this would allow us to catch multiple console events with conline and fix the shortcomings of many scripts finally! :D
Thanks given by:


Messages In This Thread
RE: The Achievements Script - v1.0 beta - by ph4ntom - 11 Feb 11, 08:28PM
RE: The Achievements Script - v1.0 beta - by Bukz - 14 Feb 11, 11:45AM