View Single Post
  #4  
Old 09-18-2005, 07:39 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Quote:
Originally Posted by Torankusu_2002
I don't understand what you mean? With the first class script I posted (without the sleep, etc), if the player drops a gralat and there is only 1 gralat there, it doesn't display anything, but can be picked up. If you put more than one gralat there (2,5,etc), then it shows how much.
The way you had it structured, you were checking a condition outside of an event block (Not Good). See: this thread for more information.

Quote:
I want that text to show and after 5 seconds disappear, but also show if the player enters, and then disappear.

hold on, playing around with it.
A timeout might be better than a sleep for this.
Reply With Quote