Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #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
  #2  
Old 06-29-2007, 08:16 AM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Lol
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote
  #3  
Old 06-29-2007, 10:24 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
You have //#CLIENTSIDE twice although one is //#//#CLIENTSIDE? Having the function onActionServerSide under //#CLIENTSIDE defeats the purpose of having it serverside. Since you have a setlevel2 under clientside, this will also not work.

http://forums.graalonline.com/forums...ad.php?t=69020
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 07:42 PM.


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