Jump to content

Torrent

Member
  • Posts

    3
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Torrent reacted to EnigmaGrey in getForname() issues - returning wrong character name.   
    Well, let's see what ctrl + f says:

    if instanceof(o, "IsoPlayer") then self.objectView:addItem("Player: ".. o:getDescriptor():getForename() .. " ".. o:getDescriptor():getSurname(), o); endSo, it looks like you have to get the descriptor from IsoPlayer, then get the name from that.
×
×
  • Create New...