Fakemeta function : Quote: EngFunc_DecalIndex Description : Returns an unique index of the decal name provided. A decal index is used for example in some TE_* messages. ( TE_PLAYERDECAL, TE_DECAL, etc.. See message_const.inc file ). All the available decals are stored in the decals.wad file. ( Located at your mod root ) As side-note a plugin Decals/Models Lister is available to see a list of decals/models index/name. ( Only CS and HL ) Usage : Code: DecalIndex = engfunc( EngFunc_DecalIndex, "{bigshot1" ); __________________