This can't be right! Timer event with no event to perform..

Post ideas & suggestions you have pertaining to the game here.
Post Reply
User avatar
Periculi
Fleet Officer
Fleet Officer
Posts: 1282
Joined: Sat Oct 13, 2007 7:48 pm
Location: Necroposting in a forum near you

I was looking through the Korolov xml, and noticed a strange thing-

Code: Select all

			<OnCreate>
				(block Nil
					; Register timer event to control behavior
					(sysAddObjRecurringTimerEvent 60 gSource "OnBehaviorControl")
					)
			</OnCreate>
There is this OnCreate in the scRoninCharonBuster which sets up a recurring timer event that calls for OnBehaviorControl every 60 ticks- but in the <Events> element of that same ship there is no <OnBehaviorControl> event to perform. In fact, there isn't an OnBehaviorControl in the entire xml file, except that one timer event.
Post Reply