keough 36 Posted February 23, 2015 (edited) Hello, i would like to request atleast 3 random cutins pop-up every login in-game when login with an announcement. can someone please give me the script? Thank you in advance! Edited February 23, 2015 by keough Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted February 23, 2015 Something like this? - script cutin_announce -1,{OnPCLoginEvent: switch(rand(1,3)){ // You can add more cutins editing second parameter of rand() and adding a new case on the switch case 1: cutin "cutin_1", 3; break; case 2: cutin "cutin_2", 3; break; case 3: cutin "cutin_3", 3; break; } sleep2 5000; // Wait 5 seconds with the cutin open cutin "",255; end;} P.S.: Remember that cutins are .bmp files, placed in datatexture유저인터페이스illust Quote Share this post Link to post Share on other sites
Hello, i would like to request atleast 3 random cutins pop-up every login in-game when login with an announcement. can someone please give me the script?
Thank you in advance!
Edited by keoughShare this post
Link to post
Share on other sites