Thread: [718] Need help with this.

Results 1 to 3 of 3
  1. #1 [718] Need help with this. 
    Member
    Join Date
    Nov 2011
    Posts
    587
    Thanks given
    54
    Thanks received
    17
    Rep Power
    0
    Where in NPC.java would i add this?
    Code:
    if (id == 2) 
                setName("Test");
    Reply With Quote  
     

  2. #2  
    Exoria
    Aksel's Avatar
    Join Date
    Jan 2012
    Age
    25
    Posts
    1,449
    Thanks given
    238
    Thanks received
    498
    Rep Power
    56
    search randomwalk and add it there

    also to be more organized you could make a method like i did

    like this

    public void CustomNames() {
    //shit here
    }

    then jus put CustomNames(); next to all the setrandomwalk lines
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Member
    Join Date
    Nov 2011
    Posts
    587
    Thanks given
    54
    Thanks received
    17
    Rep Power
    0
    Quote Originally Posted by Aksel View Post
    search randomwalk and add it there

    also to be more organized you could make a method like i did

    like this

    public void CustomNames() {
    //shit here
    }

    then jus put CustomNames(); next to all the setrandomwalk lines
    Thank you
    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. Replies: 8
    Last Post: 11-22-2012, 01:19 PM
  2. Making a 718/723 a 718/735
    By Navucoste in forum Help
    Replies: 3
    Last Post: 10-20-2012, 07:25 PM
  3. [718]soo easy [718] Rep++ please help
    By gl til i die in forum Help
    Replies: 2
    Last Post: 10-07-2012, 02:30 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
  •