Hi people, i have an idea to make but i cant do it alone.
I want to put a html to the vitality npc with some text like: "we have x votes and we need x votes to activate this event."
When the server gets for example 200 votes a new html appears on the npc saying "thanx for vote, click on the button to get your vitality buff."
And this html will be there for 24 hs and if the server dont get 200 votes more to reactivate this window, the first window will appear again.
I tryed to make some codes like:
if (votes >= 200)
htmltext = "GiftOfVitality.htm"
return = false;
But it doesnt worked :/
Well, what i can do?
Thanx for reading.