Thread: Events..
View Single Post
  #5  
Old 02-28-2002, 10:53 PM
neomaximus2k neomaximus2k is offline
Registered User
Join Date: Feb 2002
Location: UK
Posts: 324
neomaximus2k is on a distinguished road
Send a message via ICQ to neomaximus2k
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
__________________
Beware of thy Inner self
NPC Code:

_.,.__
((o\\o\))
.-. ` \\``
__( )___.o"".,___
=== ~~~~~~~~
==
= Neo

Reply With Quote