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
Code: [Select]
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.