Thread: Event in Event

Results 1 to 3 of 3
  1. #1 Event in Event 
    Registered Member
    The Lizard King's Avatar
    Join Date
    Jun 2008
    Posts
    837
    Thanks given
    13
    Thanks received
    12
    Rep Power
    169
    How do you run a event in a event.

    So when event 1 is done after a x amount of sec it will start the second event, when i try this is get this.

    Code:
    Exception in thread "Thread-1" java.util.ConcurrentModificationException
            at java.util.AbstractList$Itr.checkForComodification(Unknown Source)
            at java.util.AbstractList$Itr.next(Unknown Source)
            at source.util.EventManager.run(EventManager.java:79)
            at java.lang.Thread.run(Unknown Source)
    Some error i can't figure out.
    Quote Originally Posted by Jim Morrison
    These days, I think you have to be a politician or an assassin to really be a superstar
    Quote Originally Posted by Jim Morrison
    This is the strangest life I've ever known.
    From los angeles california The Doors.
    Reply With Quote  
     

  2. #2  
    Doctor p - Sweet Shop

    Join Date
    Apr 2007
    Age
    31
    Posts
    6,835
    Thanks given
    150
    Thanks received
    584
    Rep Power
    2595
    I'm not sure, but that might be impossible

    Reply With Quote  
     

  3. #3  
    Registered Member
    The Lizard King's Avatar
    Join Date
    Jun 2008
    Posts
    837
    Thanks given
    13
    Thanks received
    12
    Rep Power
    169
    Oh

    How would i make it that it does an event, stops and does the next?

    BTW: This is for my farming system, when you rake the patch it does that 3 times for an x amount of sec. (and i don't want to use the event manager like process() )
    Quote Originally Posted by Jim Morrison
    These days, I think you have to be a politician or an assassin to really be a superstar
    Quote Originally Posted by Jim Morrison
    This is the strangest life I've ever known.
    From los angeles california The Doors.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

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