xienne15 Posted July 27, 2013 Group: Members Topic Count: 44 Topics Per Day: 0.01 Content Count: 226 Reputation: 11 Joined: 01/09/12 Last Seen: March 15, 2018 Share 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 Link to comment Share on other sites More sharing options...
Skorm Posted August 1, 2013 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.