View Single Post
  #1  
Old 04-13-2006, 11:06 PM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
detecting signs/links

there are currently objects available for signs/links and other level objects ..
ie:
NPC Code:

TServerLevelLink (TGraalVar):
destlevel - string (read only)
destx - float (read only)
desty - float (read only)
height - float (read only)
width - float (read only)
x - float (read only)
y - float (read only)




but no way to find them.. ie level.linkcount or anything of the sort

can you PLEASE create a way to do this? we are working on an advanced pathfinding script that needs to be able to detect these sort of things.
Reply With Quote