Call of Duty Script Documentation
missionsuccess(<mapname>, <persistent>)
ModuleLevel
Summary
Transitions to a new level via a mission success page
Example
missionsuccess("tankdrivetown",false);
Minimum Number of arguments: 1
1 : <mapname> The name of the map to change to.
Number of optional arguments: 1
1 : <persistent> Flag allowing player to keep their inventory through the transition.
Return to Function List