Quote:
Originally posted by joseyisleet
-=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.
|
Well, you could use putnpc i guess and then just change the Say2 commands in there.
or you could use showimg commands, i guess that would be better but i aint sure