Thread: Events..
View Single Post
  #3  
Old 02-28-2002, 06:10 PM
joseyisleet joseyisleet is offline
Registered User
Join Date: Aug 2001
Posts: 378
joseyisleet is on a distinguished road
-=Josey=-
Yeah, I'm still thinking of how I can make the level better and assort the prizes better. Maybe make a shelf type thing or something. If anyone has any ideas for some good prizes post them here please. I'm also thinking about making almost everything a prize and making a "scroll" type thing to search through a text document. Is there anyway to read text into Graal from a document (not just an NPC). That would be very handy. Here is an example:

NPC Code:

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


It's just an idea, almost every other programming engine has something like this. Like VB you can use something like:
NPC Code:

Private Sub label_click()
text1.text = app.Path & "/textfilehere.txt"
End Sub


This kind of function would be just simply great. Maybe I should post this into the Future Improvements forum.
__________________
Account used by Josey and Howard.
Ali G: 'Is it cause i Black?'
Reply With Quote