Blockland Forums > Modification Help
Is it a JVS Door?
Dglider:
What can I use to tell if an object is one of the JVS Content variety.
I'vs tried getclass but that just tells me it's a fxDTSBrick.
I also tried getdatablock but I don't know how to get it to tell me what the datablock IS.
Any advice?
wizzlemanizzle:
umm, i dont know, if trader made it it might be, and if its compatible with the content system... are you asking how to tell if its a LEGITIMATE JVS content door? as in part of the packs?
Dglider:
No, I just need it to tell the difference between an object that is using the Content System, and one that is not.
wizzlemanizzle:
have you tried looking into the .cs for any identifying factors? im not sure what, but theres got to be a few noteable differences beween it and other bricks maybe check for the presence of a variable? :/
Dglider:
Yeah, I've been looking through it for the past half hour, but I can't find anything.