ID:1974650
 
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
The ability to set a list into a dantom type on creation. This will allow the list to be able to use procs/vars from that dantom type when using . or : path operators after the [] index operator.

//Ex:

monster
var/strength=1000000
mob/Login()
var/monster/monsters[1] //Makes a list with a dantom type of monster
monsters[1] = new /monster
world.log << monsters[1].strength

Typed lists aren't really a thing in DM, so that'd be a radical change for the language. I'm pretty sure there's already a feature request for this, though.
Aight.
I believe you mean datum, not Dantom ;)
Yeah, that's what I meant.