Game Development Community

Changing map using command

by Temasek Polytechnic Tp8 · in Torque Game Engine · 07/12/2006 (6:06 pm) · 1 replies

I will like to implement a function that allow use to change map for multiplayer game... just like counter strike
"changelevel de_dust" but i not sure how to get the map name from the user key in and switch it to the next map


anyone can help me? thank

#1
07/12/2006 (6:19 pm)
You might try to make a command like that in the tutorial.base that loads the mission, but have a parameter be that of the mission file. So then you could call from the console your command with the mission name as it's parameter; this should get done what you'd like.