Thread: Param Problem
View Single Post
  #3  
Old 07-23-2002, 09:58 PM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
setstring name,stuff,bla,blue,niceguy;

you read from the array like this

NPC Code:

#I(arrayname,index);



remember, indexes start with 0
so #I(arrayname,0) would be 'stuff'
__________________
[signature]insert here[/signature]
Reply With Quote