Jump to content

I could use a really simple script template.


Strangeman

Recommended Posts

I just need a nice template for a summoning spell. It shall summon one creature/npc and then once it dies, it will fade away. Just like the official summoning spells, simple eh?

I don\'t need any URLs to scripting tutorials or anything like that, just a neat template. It would help alot.

Link to comment
Share on other sites

Use this :

 

ref Creature

set Creature to Ref.PlaceAtMe, 1, x, y

 

or this :

 

CreatureRef.MoveTo Player x, y, z

 

I don't know how to make a fade though.

If you're using a variable ref and PlaceAtMe, you'd better use MoveTo on the creature at the end and send it to a trash Cell, to avoid bloat.

Link to comment
Share on other sites

Use this :

 

ref Creature

set Creature to Ref.PlaceAtMe, 1, x, y

 

or this :

 

CreatureRef.MoveTo Player x, y, z

 

I don\\\\\\\'t know how to make a fade though.

If you\\\\\\\'re using a variable ref and PlaceAtMe, you\\\\\\\'d better use MoveTo on the creature at the end and send it to a trash Cell, to avoid bloat.

 

That helps alot, thanks.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...