Jump to content

Script help


ZaZ

Recommended Posts

Posted

So I made a Few Dual Animations for Oblivion ,

I cant Seem to align them Properly , when casting a spell

also the the animated objects appear late so does the animation

 

this is my temporary Script

Scn ZVStockedSpellScript 

Short state

Begin ScriptEffectStart 
AddItem ZAZVStockadeToken01 1	
Moveto TempRef01 0 0 0	
End 

Begin ScriptEffectUpdate
    	if ( state <= 3 )                                             
             Set state to ( state + 1 ) 
       endif 
     if ( state == 3 )
	zazslave20ref.MoveTo player, 0, 0, 0 
	zazslave20ref.AddItem ZAZVStockadeToken03 1
               zazslave20ref.con_tcl
	con_tcl
    		ToggleFirstPerson 0 
	con_tfc
endif                                                         

 

Do I need to insert Get Heading , get position

or sumthing like that

If so how do I go about it

 

 

 

Thanx and Cheers

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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