tehelderscrolls Posted July 23, 2009 Share Posted July 23, 2009 Hello guys, i just have two quick questions. How do i make an NPC look like a ghost? How do i booby trap a door so when i try to open it (without it acctualy opening) it will shock damage me? Please respond!! ~~TES Link to comment Share on other sites More sharing options...
AncientSpaceAeon Posted July 23, 2009 Share Posted July 23, 2009 The first one, if I'm not wrong, there's an ability that can be added easily to a NPC to create the effect. I think it's a script-effect ability, already existed in the CS, and you just need to add the ability to the NPC's ability. I think I have done this before. I'm not really sure. Booby trap maybe can be scripted, but I'm not the master of scripts. So can't help you. P.S : I think the first one "ability" is ScriptGhostEffect. Maybe . . . Link to comment Share on other sites More sharing options...
jefe323 Posted July 23, 2009 Share Posted July 23, 2009 Hello guys, i just have two quick questions. How do i make an NPC look like a ghost? How do i booby trap a door so when i try to open it (without it acctualy opening) it will shock damage me? Please respond!! ~~TES To make an NPC look like a ghost, you have to give it the spell/ability AbGhostNPC To booby trap a door you need to add a script that will cast a shock spell when it is activated. Here is a rough outline of the script: begin onActivate doorREF.cast ShockSpell end Link to comment Share on other sites More sharing options...
tehelderscrolls Posted July 23, 2009 Author Share Posted July 23, 2009 Thanks guys :D, helped alot! ~~TES Link to comment Share on other sites More sharing options...
Recommended Posts