Game Development Community

Loading new mission through trigger

by Alexander B · in Game Mechanics Kit · 09/19/2009 (12:00 am) · 4 replies

I own GMK although it doesn't show up on my GG account so im not pirating it hehe.

Anyway I want to make a trigger that when the player enters it the game loads the mission i tell it to through the tirgger.

So bassicly what do i have to write in the event trigger to load the net mission?

#1
09/19/2009 (4:37 am)
you dont need gmk to do this, a regular torque trigger will do it.
#2
09/19/2009 (5:09 am)
So how do i make a trigger that loads another mission?
#3
09/19/2009 (5:46 am)
Never mind I have figured it out. I am using this. It is great. http://www.garagegames.com/community/resources/view/3028
#4
09/20/2009 (4:03 pm)
@Alexander,

There are function in GMK that can simplify that process.

Just call reloadMission(%missionName) from within trigger onEnter event.


You can find it in here:
client\scripts\logickingMechanics\init.cs