how to design Map Triggers that send you to another world
by Anonymous · in General Discussion · 06/23/2011 (12:01 pm) · 3 replies
fellas,how to design Map Triggers that send you to another world?
once you characters pass through it,you achieve a new world.
it looks like Dark Portal in World Of Warcraft.
once you characters pass through it,you achieve a new world.
it looks like Dark Portal in World Of Warcraft.
#2
disconnect();
createServer("SinglePlayer","levels/Empty Terrain.mis");
%conn = new GameConnection(ServerConnection);
RootGroup.add(ServerConnection);
%conn.setConnectArgs("Player");
%conn.setJoinPassword("None");
%conn.connectLocal();
}
it doesn't work,just crash my computer.
06/23/2011 (2:13 pm)
function DefaultTrigger::onEnterTrigger(%this,%trigger,%obj){disconnect();
createServer("SinglePlayer","levels/Empty Terrain.mis");
%conn = new GameConnection(ServerConnection);
RootGroup.add(ServerConnection);
%conn.setConnectArgs("Player");
%conn.setJoinPassword("None");
%conn.connectLocal();
}
it doesn't work,just crash my computer.
#3
06/23/2011 (2:20 pm)
yes ,but get a big trouble.
Torque Owner Tom Timothy
Default Studio Name