Thread: Please
View Single Post
  #6  
Old 11-22-2001, 04:21 AM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
oh great and why do u ask for the script if u can do it yourself?
um wait one of your great scripts from planetgraal-forum:
If you have time to write stuff like this u can't say "No time"...

// Grr !
if (created) {
// Initialize the attributes
showcharacter;
setcharprop #3,head0.png;
setcharprop #C0,orange;
setcharprop #C1,white;
setcharprop #C2,blue;
setcharprop #C3,red;
setcharprop #C4,black;
setcharprop #2,shield1.gif;
shieldpower = 1;
dir = 2;
swordpower = 1;
this.hurt=0;
hearts=5;
set 1;

}
if (playerenters || timeout && 1){
followplayer;
this.i=random(0,45);
if (this.i<5){
shootball;}
else
if (this.i<10){
shootnuke playerdir}
else
if (this.i<15){
shootnuke playerdir}
else
if (this.i<20){
shootfireball playerdir}
else
if (this.i<25){
shootfireblast playerdir}
else
if (this.i<30){
putexplosion 5,x,y;}
else
if (this.i<35){
putexplosion 6,x,y;}
else
if (this.i<40){
putexplosion 7,x,y;}
timeout = .5;}
if (washit){
this.hurt+=1;
if (this.hurt=3){
hearts-=1;
putexplosion 10,playerx+0.5,playery+0.5;
this.hurt=0;
}}
if (hearts=0 && 1){
this.zufall=random(0,21);
message Behrühre mich um Geld zu kriegen !;
if (this.zufall<10){
lay greenrupee;}
else if (this.zufall<20){
lay goldrupee;}}


Even your english is better then this script Mr.!!
__________________
No Webhost at the moment
Reply With Quote