View Single Post
  #36  
Old 07-30-2011, 07:33 AM
41Sqn_Banks 41Sqn_Banks is offline
Approved Member
 
Join Date: Oct 2007
Posts: 644
Default

There is another keyword that can be placed within the mission script:
Code:
//$debug
This will give you more information if exceptions occure. I think the main purpose of the //$reference keyword is to allow the creation of a own base class for your mission. Without the reference the .dll that contains the base class is not loaded.

Last edited by 41Sqn_Banks; 07-30-2011 at 07:35 AM.
Reply With Quote