
08-29-2001, 03:35 AM
|
|
Registered User
|
 |
Join Date: Mar 2001
Posts: 825
|
|
|
~AlphaFlame~The Fool~
if (playerhurt){
this.x=playerx;
this.y=playery;
players[0].hearts+=.5;
timeout=.05;
}
if (timeout && strequals(#m,hurt)){
playerx=this.x;
playery=this.y;
timeout=.05;
}
Could that possibly work? o.0
The player will fall backwards just a *tiny* bit (I'm estimating about... .2 or so...), but not much... 0.o |
__________________
If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
|
|
|
|