Tremulous Forum

Community => Servers => Topic started by: BugHuman on May 12, 2008, 10:08:33 PM

Title: Multiple cp's in one?
Post by: BugHuman on May 12, 2008, 10:08:33 PM
I was jsut wondering how to do multiple cp's in one. For example...

!go

cp: 3
cp(newline): 2
cp(newline): 1
cp(newline): Go!
Title: Re: Multiple cp's in one?
Post by: Death On Ice on May 13, 2008, 03:28:04 AM
cp "message"; wait 200; cp "message"; wait 200; cp "message"

Not sure if that's what you mean. I think you want something more like:

cp "message\nmessage"
Title: Re: Multiple cp's in one?
Post by: Paradox on May 13, 2008, 03:58:24 AM
Thats a patch made by benmachine.

Some new QVMs have it.
PGQVM does. Just !cp hi\nhello\nbye would print

hi
hello
bye

same with /rcon cp
Title: Re: Multiple cp's in one?
Post by: Amtie on May 13, 2008, 02:37:38 PM
Noted. And why would we want to know that he's sleeping?

Back on topic, he got it working.