Help - Search - Members - Calendar
Full Version: Vampirism On Target...
The Nexus Forums > Specific Games > Morrowind > Morrowind Plug-Ins > TES Construction Set
TDL_Guvie
I want to make a spell that when casted on an NPC Automatically gives them Vampirism. I tried in the TESCS and it wouldn't allow it. I really want to make this spell. I want them to change to Vampires Right in front of my face. How hard is this?

One more little vampire problem i'm having... Why won't this script work?

begin Vamp2

if ( PCVampire == 1 )
Player->AddSpell, "_VAMPIRE_BITE"
Player->AddSpell, "_VAMPIRE_FLY"
endif

end Vamp2
Peregrine
We have an edit button for a reason. Use it.

Double post fixed.
Greywolf
Okay ... first of all

try not naming things with an underscore at the beginning ... sometimes the script is iffy there also are you activating the script in game as it appears to be a global script ... all global scripts need to be activated

thirdly on the vampirism thing ... you need to tweak the system to giving characters the vampirism effect ... one problem is this ... I don't know if they will "change" into a vampire with the effect on them. I'll test this and get back to you later.
TDL_Guvie
Thanks Gray. This may be a stupid Question but how exactly do i go about activating the global script?
Greywolf
Gameplay/edit startscripts ... add you script to this menu - this is the easiest way ... or somewhere in a script that is started at the beginning add this line


Startscript <scriptNAME>
Xeniorn
If you want to start the script without starting a new game, type
QUOTE
startscript my_script
in the console.
Marxist ßastard
Startscripts don't require that you start a new game for them to take effect -- to my knowledge, everything that is SSCP'd will simply run every frame once it's loaded from a data file.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.