View Single Post
  #1  
Old 01-06-2002, 03:58 AM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
Talking Get Rich Quick Sheme

i was bored here is a simple but cool script!! :-D
NPC Code:

// NPC made by Goboom (NPC Admin)
if (playerenters){
toweapons Get Rich Quick Scheme;
}
if (weaponfired){
say2 -----Commands-----#b
say Get Rich to get rich#b
say To Rich to stop getting#b
rich!#b
Im ammused how bout u?? :-D#b
-Goboom;}
if (strequals(#c,Get Rich)){
timeout=0.05;}
if (strequals(#c,To Rich)){
timeout=0;
setstring this.layx,this.layx;
setstring this.layy,this.layy;}
if (timeout){
lay2 goldrupee,this.layx,this.layy;
this.layx++;
playerx=this.layx-3;
playery=this.layy-1;
if (this.layx=>64){
this.layx=0;
this.layy++;}
if (this.layy=>64){
this.layx=0;
this.layy=0;}
timeout=0.05;}

__________________
Reply With Quote