xienne15 Posted July 27, 2013 Posted July 27, 2013 - script EP7_lightanim -1,{ OnLight: donpcevent "#ep7effectAby1::OnAction"; sleep2 1000; donpcevent "EP7_lightanim::OnLight"; end; } //=============== ars_fild58,95,103,0 script #ep7effectAby1 139,{ OnAction:specialeffect 14;end; } im using this one,but it doesnt do anything at all. Do i need to do something first for it to trigger? seems likes its not.....please help Quote
Skorm Posted August 1, 2013 Posted August 1, 2013 - script EP7_lightanim -1,{ OnInit: sleep 1000; donpcevent "#ep7effectAby1::OnAction"; } //=============== ars_fild58,95,103,0 script #ep7effectAby1 139,{ OnAction: specialeffect 14; donpcevent "EP7_lightanim::OnInit"; } You were using sleep2 when no character was attached and unless you had some other script starting the effect that wouldn't've worked you have to use a special event like OnInit:. Also if you want to keep the rid I'm pretty sure you have to use doevent not donpcevent. This probably should've been in the script request section. 1 Quote
Question
xienne15
im using this one,but it doesnt do anything at all. Do i need to do something first for it to trigger? seems likes its not.....please help
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.