How can I execute commands with a space through point_servercommand?

Hyperion

L16: Grid Member
aa
Jun 8, 2015
840
659
changelevel mvm_xxx_a1 doesn't work, because it only executes changelevel and not the parameter.

"changelevel mvm_xxx_a1" corrupts the vmf and crashes vbsp.

'changelevel mvm_xxx_a1' only executes '.

So, is there a method to execute the desired command?
 

Conga Lyne

L2: Junior Member
Sep 2, 2017
65
47
I'm guessing you were trying to do something like what machine attacks does, in which case, bspsource is your best friend~
upload_2017-9-23_18-40-39.png


changelevel mvm_machine_attacks_ep5
worked fine there
 

Hyperion

L16: Grid Member
aa
Jun 8, 2015
840
659
This is what happens without quotemarks
Code:
changelevel <levelname> : continue game on a new level
aka it doesn't get the parameter
 
Last edited: