Question about the second number in the furni string array

Unk

New member
Hey everyone,

I was looking at a string array for a furni and noticed that the second number always changes, but I'm not sure what it represents. I know the first number is the sprite ID, but what does the second number "45508" mean in the example below?

["s","3923","kuurna_chair","45508","4","1","1","","Pixel Sofa Chair","Cool and comfortable!"]

From what I can tell, it seems to be related to the furni data. Can anyone confirm or explain this further?

Thanks!
 
So theoretically it's a dead field for Havana?
Not if you wish to use revision IDs. The format is in the external variables.

Code:
flash.dynamic.download.name.template=%revision%/%typeid%.swf
dynamic.download.name.template=%revision%/hh_furni_xx_%typeid%.cct
dynamic.download.samples.template=%revision%/%typeid%.cct
 
Back
Top