Transparent NPC object?

It is possible to have a transparent NPC object such as a glass box or other display item with a weapon inside. Specifically what I want to make is unbreakable glass so it's inaccessible at first but once a certain power level or goal is reached it can be broken and then the player can then access the weapon later in the mod.
 
you make one entity & make it transparent with alpha channel "masking" w sprites, or use drawmethod to program the transparency on the objects's "idle" frames.

right behind  & "over" that entity you place your prize, it should be visible...

I keep forgetting the names of the transparency methods, but over-all & without script, the engine does 3 types with variations without scripting
 
right behind  & "over" that entity you place your prize, it should be visible...

I keep forgetting the names of the transparency methods, but over-all & without script, the engine does 3 types with variations without scripting
[/quote]

Ahh ok-Awesome thanks and that's no problem I was able to find them thanks to you....a keyword can be all you need!Much Appreciated!
 
Back
Top Bottom