CZCareer

From AlliedModders Wiki
Revision as of 16:48, 30 December 2006 by XxAvalanchexX (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

CZCareer Event

This event supplies certain updates to the player regarding Condition Zero singleplayer missions. Here is its basic layout:

Name: CZCareer
Structure:
string Type
* Parameters


Note: Using an invalid type has no repercussions whatsoever.
Note: The types are case-sensitive.

The Parameters will change depending on what type you use. Below are the Parameters for the known valid types. Assume that the Type for each one of them is the same as the header for that section.

START

Sent at the start of a Condition Zero singleplayer mission. The exact purpose isn't known.
Note: Unknown is always 300.

Name: START
Structure:
short Unknown


Example:

Name: CZCareer
Structure:
string START
short 300


ADDING MORE LATER