-=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.