Thread: [PI] Change NPC Name in-game

Results 1 to 2 of 2
  1. #1 [PI] Change NPC Name in-game 
    Legacy Founder
    Kelv's Avatar
    Join Date
    Dec 2010
    Posts
    157
    Thanks given
    23
    Thanks received
    13
    Rep Power
    13
    Could anyone show me how I change the name of an NPC In-game.

    Example from "Horvik" to "Skilling Supplies.
    Reply With Quote  
     

  2. #2  
    anInt69

    Max _'s Avatar
    Join Date
    Feb 2012
    Age
    26
    Posts
    1,801
    Thanks given
    426
    Thanks received
    727
    Rep Power
    599
    EntityDef client sided, add a case where the rest are -

    Code:
    case 10:
      EntityDef.name = "Skilling Supplies";
      break;
    That would rewrite the name of the NPC with the ID of 10 to Skilling Supplies.
    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. How do I change NPC names in 718?
    By chewy099 in forum Help
    Replies: 6
    Last Post: 04-09-2014, 01:21 AM
  2. Changing NPC names item names & object names!
    By medabi3 in forum Tutorials
    Replies: 8
    Last Post: 05-24-2013, 07:36 PM
  3. [PI] Changing NPC Name and Options
    By Mark in forum Help
    Replies: 1
    Last Post: 06-17-2011, 05:28 PM
  4. change tele names in delta
    By i owns u i in forum Help
    Replies: 6
    Last Post: 06-20-2009, 12:55 AM
  5. Would You Change Your Name In Real Life
    By Shobaky in forum Voting
    Replies: 58
    Last Post: 07-01-2008, 09:45 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •