Difference between revisions of "Talk:MERVBot Tutorial"

From ASSS Wiki
Jump to: navigation, search
(working on it...)
(sscanf)
Line 6: Line 6:
  
 
OK, I'm working on converting it to real HTML (using <pre>) instead of the   crap. --[[User:Cyan~Fire|Cyan~Fire]]
 
OK, I'm working on converting it to real HTML (using <pre>) instead of the   crap. --[[User:Cyan~Fire|Cyan~Fire]]
 +
 +
== sscanf ==
 +
 +
Well, I'm using sscanf() for parsing player input. Yes, an advanced function, but maybe it will discourage C++ newbs from making bot plugins. Any comments? --[[User:Cyan~Fire|Cyan~Fire]]

Revision as of 12:17, 12 February 2005

D1s: Anybody wanna format this int a table of contents? I'm lazy

Smong: That is sick. Maybe split into more pages? Says it is over 160k.

Pests: There is already pages defined. You could just split them up into that.

OK, I'm working on converting it to real HTML (using <pre>) instead of the &nbsp; crap. --Cyan~Fire

sscanf

Well, I'm using sscanf() for parsing player input. Yes, an advanced function, but maybe it will discourage C++ newbs from making bot plugins. Any comments? --Cyan~Fire