ScriptUO

Scripting Resources & Utilities => UOSteam => Topic started by: preman on February 01, 2015, 04:12:44 AM

Title: Display NPC name
Post by: preman on February 01, 2015, 04:12:44 AM
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?