ID:1515009
 
In the map editor, you can actally substitute types for numbers in a newlist/new operation, which are then interpreted as types:

They also seem to be interpreted as types in the order they were defined:

mob

mob/somemob

mob/somesubmob


mob = 1
mob/somemob = 3
mob/somesubmob = 5

Note the missing numbers, because mob is an unused token twice in the compilation unit.

mob
somemob
somesubmob


mob = 1
mob/somemob = 2
mob/somesubmob = 3

...This is interesting and strange... Wonder if this has any kind of practical use...
Did I ever give you edit privledges on the Red Book?
Nah, you didn't.

TerreyWest@Gmail. It's a google doc, right?
Yup. You should get an email and be able to edit it now.