Thread: [Asteria] Making an event

Results 1 to 3 of 3
  1. #1 [Asteria] Making an event 
    Registered Member Bison's Avatar
    Join Date
    Jun 2014
    Posts
    105
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    How would I make an event that would spawn me a certain amount of objects, in different areas, and then deleting after a certain time. then after 10-15 minutes it re-spawns the objects. sort of like a cycle.
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Mar 2014
    Posts
    628
    Thanks given
    109
    Thanks received
    181
    Rep Power
    0
    Code:
    TaskManager.submit(new Worker(int, boolean) {
    
    @Override
    public void execute() {
    
    }
    
    });
    Reply With Quote  
     

  3. #3  
    Registered Member Bison's Avatar
    Join Date
    Jun 2014
    Posts
    105
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Vili View Post
    Code:
    TaskManager.submit(new Worker(int, boolean) {
    
    @Override
    public void execute() {
    
    }
    
    });
    What do I do with that
    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

Similar Threads

  1. Making an event for this method ?
    By Akeid in forum Help
    Replies: 5
    Last Post: 12-23-2009, 01:34 AM
  2. Making An Ice Background!
    By Looted in forum Tutorials
    Replies: 13
    Last Post: 09-25-2007, 12:50 AM
  3. How to make an alert command & a bonus tut
    By Jodan Belfort in forum Tutorials
    Replies: 10
    Last Post: 08-21-2007, 07:35 AM
  4. Replies: 17
    Last Post: 05-21-2007, 10:50 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •