Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #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
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 03:07 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.