| _walkstruct | #This is basically a structure that you can walk on. This might be an elevator or a catwalk. |
| _structure | #This is a structure that you do not want to walk on. Eg: a door. Very similar to walkstruct except that if you try to walk on this one you will slide around like an ice skater (Thanks GMS_SLUG for telling me the difference:-)) |
| _humanactor | #I think this is any actor. By actor I mean something that has AI(artificial intelligence) |
| model3d | #The 3do that the template uses. |
| soundclass | #The snd file it will use. |
| timer | #I think this is the lifetime of the template. Not sure though. |
| cog | #The cog the template uses. |
| thingflags | #Flags for the thing. |
| light | #The light that the thing gives off. Not to sure about this one either. |
| sprite | #If the template uses a spr file this is where you put it. |
| puppet | #pup file that the template will use. |