xtnded / iw2clientdll

Call of Duty 2 1.4 Client Patch
GNU General Public License v2.0
9 stars 3 forks source link

Access raw console line #6

Open kungfooman opened 5 years ago

kungfooman commented 5 years ago

Added /js console.log('^3hello js'), but it fucks up on " and ;

Needs a hook to process the entire console field line, to get rid of /js syntax entirely

Best would be a syntax like:

= a = 0 = a++ = console.log("a is", a)

Or:

# a = 0 # a++ # console.log("a is", a)

Or:

~ a = 0 ~ a++ ~ console.log("a is", a)

What looks/feels nicest?