joelolopez Posted October 28, 2014 Posted October 28, 2014 hi guys how to make my tip of the day window popup in startup? Quote
Radian Posted October 29, 2014 Posted October 29, 2014 I think like this? - script TipOftheDay -1,{ OnPCLoginEvent: switch(rand(1,3)) { case 1: mes "[ Tip Of the Day 1]"; end; case 2: mes "[ Tip Of the Day 2 ]"; end; case 3: mes "[ Tip Of the Day 3 ]"; end; } end; } 1 Quote
Winz Posted October 30, 2014 Posted October 30, 2014 (edited) is it... the Ragnarok Online License Screen? it's set when you're diffing it Edited October 30, 2014 by Winz Quote
Napster Posted October 30, 2014 Posted October 30, 2014 player can type /tip in game (on/off) show windows popup when login and you can edit tip in data/Tipofday.txt Quote
Question
joelolopez
hi guys how to make my tip of the day window popup in startup?
3 answers 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.