View Single Post
  #1  
Old 06-29-2007, 07:45 AM
ManDown ManDown is offline
Graal Legend
ManDown's Avatar
Join Date: May 2007
Location: Tupelo,MS
Posts: 33
ManDown is an unknown quantity at this point
Send a message via AIM to ManDown
Help with event warpper

//#//#CLIENTSIDE
if (created || timeout) {
showtext 13,16*17+8,500,Arial,br,Event: #s(server.eventon) - #s
(server.event);
changeimgzoom 120,44;
changeimgvis 13,6;
changeimgcolors 13,3,3,8,6;

function onActionServerSide()
{
if (params[0] == "warp")
setlevel2("onlinestartlocal.graal",30,30);
}

//#CLIENTSIDE
function onMouseDown(mode)
{
if (mode == "right")
triggerserver("gui", this.name, "warp");
}
}
Reply With Quote