Thread: Spawn Point
View Single Post
  #9  
Old 09-07-2007, 02:23 AM
Switch Switch is offline
o.o
Switch's Avatar
Join Date: Jan 2007
Location: Philadelphia
Posts: 3,038
Switch has a spectacular aura about
Send a message via MSN to Switch
PHP Code:
function onCreated()
 
setTimer(0.05);
function 
onTimeOut() {
 if (
player.hearts 0.5) {
  
setlevel2("hospital.nw",30,30);  //syntax: setlevel2(LevelNameInString,x,y);
 
}

That should work without much lag. If there is lag, then use this:
PHP Code:
function onPlayerDies() {  //I don't know if this is a real command, but Codein said there was one.
 
setlevel2("hospital.nw",30,30);  //syntax: setlevel2(LevelNameInString,x,y);

__________________
Oh squiggly line in my eye fluid. I see you lurking there on the peripheral of my vision.
But when I try to look at you, you scurry away.
Are you shy, squiggly line?
Why only when I ignore you, do you return to the center of my eye?
Oh, squiggly line, it's alright, you are forgiven.
Reply With Quote