who needs fancy cutscene scripting when IEnumerable is like, *right there*

#GameDev

C# can be your scripting language if you try hard enough
@eniko C# makes for a decent scripting language with LINQPad. I've often used it to develop, test, and run complex one-off scripts without having to create a whole .NET project.
@dHeinemann ohh linqpad looks nice, hadn't heard of that before