View Single Post
  #1  
Old 02-28-2002, 06:32 PM
joseyisleet joseyisleet is offline
Registered User
Join Date: Aug 2001
Posts: 378
joseyisleet is on a distinguished road
Read from file....

-=Josey=-
It would be nice to have a function that would read text from a file (not like an npc). Something like:

NPC Code:

if (playertouchsme){
say2 filenamehere,toplinetostartwith,bottomlinetoendwit h;
}


It would be nice to have a function like this. Almost every programming engine has one. Like VB's:

NPC Code:

Private Sub Label_Click()
text1.text = app.Path & "/textfilhere.txt"
End Sub


This would be really handy. Just a suggestion though.
__________________
Account used by Josey and Howard.
Ali G: 'Is it cause i Black?'
Reply With Quote