View Single Post
  #64  
Old 03-14-2010, 09:59 PM
jkldogg jkldogg is offline
J.Rollin (killaz)
jkldogg's Avatar
Join Date: Feb 2010
Location: USA
Posts: 675
jkldogg can only hope to improve
Send a message via AIM to jkldogg Send a message via MSN to jkldogg
testing

Quote:
Originally Posted by xAndrewx View Post
HTML Code:
function onActionGrab() { 
  if (clientr.SquadName == "La Carmelas") { 
    setlevel("vega_kody-house-inside.nw", 30, 30); 
  } else {
    setlevel("vega_staff-meeting,nw", 20, 20); 
  }
}
This uses the else feature, and you only need one function (onActionGrab)
I'll try it with one function.

EDIT: I did this and it didn't work.

PHP Code:
function onActionGrab() {
      if (
clientr.SquadName == "Vega") {
        
setlevel("vega_hut.nw"3030);
      } else {
        
setlevel("vega_staff-meeting,nw"2020);
      }
    } 
Attached Thumbnails
Click image for larger version

Name:	script.PNG
Views:	136
Size:	99.5 KB
ID:	50569  
__________________

PSN: jkldogg



The best post ever made on the graal forums.
After playing Graal Online for many years, JKL decides to make a forum account. Isn't life funny?

Last edited by jkldogg; 03-14-2010 at 10:18 PM.. Reason: now0rk
Reply With Quote