View Single Post
  #1  
Old 10-17-2009, 11:58 AM
scriptless scriptless is offline
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
scriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to behold
array[0].name, not working?

I know there is a way but I can't seem to remember how I accomplished it before. What I am trying to do is something like this:

NPC Code:
array[0].name = "test";
player.chat = array[0].name;



But, it keeps returning 0.

Any thoughts would be nice.
Reply With Quote