|
Do some research on UnrealScript. That's the scripting language used in Unreal engine games such as Splinter Cell, Unreal Tournament, and Postal 2. It's object-oriented and shows off some good stuff, such as how polymorphism can allow you to quickly modify behavior.
|