Thread: Join Event
View Single Post
  #14  
Old 08-22-2009, 09:51 PM
Mattehy Mattehy is offline
Developer
Mattehy's Avatar
Join Date: Jul 2009
Posts: 58
Mattehy is on a distinguished road
with
PHP Code:
  this.events_list = {
    {
"OSL""haven-osl.nw"3030}
  }; 
it would be
PHP Code:
setlevel2(this.event_list[1],this.event_list[2],this.event_list[3]); 
but how would i choose that its OSL not another event?
__________________
Develop 4 Lyf
Reply With Quote