Difference between revisions of "Questions"

559 bytes added ,  07:32, 29 July 2006
no edit summary
imported>JOG
imported>Arcantys
Line 1,563: Line 1,563:
See the PlaceAtMe doc to get around this, the parameters of the function are the offset from the activator from which the liches are placed at.
See the PlaceAtMe doc to get around this, the parameters of the function are the offset from the activator from which the liches are placed at.
hope that helps
hope that helps
[[User:Arcantys|Arcantys]] 12:58 pm 29th July 2006
Thank you nehon for the answer ;) I have also read about that <b>PlaceAtMe</b> tag on this site so i know now how to place the lichs around the player and now everything is working fine with this script:
<pre>ScriptName AAAArc1AyleidWell1
begin OnActivate
if isActionRef player == 1
        MessageBox "text"
player.PlaceAtMe AAAArc1guard, 1, 300, 0
player.PlaceAtMe AAAArc1guard, 1, 280, 1
player.PlaceAtMe AAAArc1guard, 1, 280, 2
player.PlaceAtMe AAAArc1guard, 1, 280, 3
endIf
end</pre>


==Custom Music==
==Custom Music==
Anonymous user