Game Development Community

How to bind .cs files to a certain mission

by Kevin Yu · in Technical Issues · 02/26/2007 (2:10 am) · 1 replies

Hi,

I was trying to make a multi mission game, now I can shift missions in the game, but I want to know if I can bind certain cs files with a certain mission.

I tried to write exec command in a .mis file but it seems not working.

Can you give me some advice?

Thanks in advance!

Kevin.Y

#1
02/26/2007 (3:02 am)
Use activatePackage(packageName);
You'll find in the forums lots of information about this.