Difference between revisions of "Questions"
Jump to navigation
Jump to search
→Resurrect Crash
imported>DragoonWraith (→Determine Enemy: if ( GetDisposition player < GetActorValue Aggression )) |
imported>Decoup |
||
Line 428: | Line 428: | ||
:I'd suggest looking at the Staff of Worms's enchantment's script. It revives things somehow, no? --[[User:DragoonWraith|DragoonWraith]] 22:28, 27 May 2006 (EDT) | :I'd suggest looking at the Staff of Worms's enchantment's script. It revives things somehow, no? --[[User:DragoonWraith|DragoonWraith]] 22:28, 27 May 2006 (EDT) | ||
The staff of worms uses the spell Reanimate. This spell makes them get up and walk around but they are not alive. Their eyes are black and you can't talk to them. Their AI commands don't take effect either. | |||
The resurrect command simple brings the actor back to life in their normal state so that they can continue to function in the game as they did before death. This way they can go back to selling me mead or repairing my items.<br> | |||
The resurrect command does work. It is used is 22 scripts in the game. They are listed at:<br> http://cs.elderscrolls.com/constwiki/index.php/List_of_function_appearances_in_scripts#Resurrect<br> | |||
I just don't know why I can't use it.[[User:Decoup|Decoup]] 23:16, 27 May 2006 (EDT) | |||
==Determine Enemy== | ==Determine Enemy== |