Author Topic: Display NPC name  (Read 3847 times)

0 Members and 1 Guest are viewing this topic.

Offline premanTopic starter

  • Restricted
  • *
  • Posts: 1
  • Activity:
    0%
  • Reputation Power: 1
  • preman has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Display NPC name
« on: February 01, 2015, 04:12:44 AM »
0
Hi all - I'm new here

I am looking for a way to display the name of the NPC in the UOS
These commands do not exist but I will show you what I mean

Code: [Select]
if @findtype (graphic_human female) 'any' 'ground' or @findtype (graphic_human male) 'any' 'ground'
  setalias 'NPC' 'found'
  msg [name attribute] 'NPC'   .............or somting like this
endif


Anyone have any idea?

Tags: Display  NPC