I'm gonna go through the top and convert your code to A6.


load_level (<fighting.wmb>); is now level_load(string) where the string is the filename of the level map

waitt(16); is now wait(x). If x is negative, it counts x seconds. If x is positive, it counts x in ticks

And that looks like it was everything