View Single Post
  #14  
Old 10-21-2011, 02:41 PM
Ataros Ataros is offline
Approved Member
 
Join Date: Jun 2010
Location: USSR
Posts: 2,439
Default

I did the exercise, sure with many mistakes but will do some reading on classes creation to correct them.

However I am stuck in OnTrigger method completely.

I have several submissions running at the same time with the same filenames and the same trigger names. This happens because they are randomly loaded and the same submission can be loaded 2-4 times within an hour.

How can I identify which trigger of which submission is triggered OnTrigger? I number my missions as "mi.MisMissionNumber" but their numbers are different from OnTrigger "missionNumber".

The file is renamed to a .txt.

If you have time to answer other questions I will appreciate it.
Attached Files
File Type: txt class example2.cs.txt (7.7 KB, 4 views)

Last edited by Ataros; 10-21-2011 at 02:44 PM.
Reply With Quote