Thread: Help
View Single Post
  #8  
Old 02-08-2007, 06:32 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by JkWhoSaysNi View Post
Yeah but onCreated() is only called once. onPlayerEnters is called every time a player enters the level so it gets called more.

Doesn't matter though, since when you enter it will call onCreated if you make it call onCreated when you enter either way, thus allowing you to set it up in the onCreated instead of the onPlayerEnters.
Reply With Quote