Thread: New sub-forum
View Single Post
  #34  
Old 03-16-2001, 07:40 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Quote:
Originally posted by Falcor
NPC Code:

if (playerenters && (strequals(#n,Lycia) || strequals(#n,Fai))) {
setplayerprop #c,Lycia has spammed #v(lycias_posts) times!;
}

if (playersays(Im cool) && (strequals(#n,Lycia) || strequals(#n,Fai))) {
setplayerprop #c,No ure not cuz your a spammer!!;
sleep 2;
playerhearts = 0;
}



LoL.... Simple codes for the simple minded. LOL!!
w00000000ta!!!!!! sorry i just had to post that :P
Blah, you forgot putting in #n,Grim Squeaker I've got more posts then Fai has

And blah I think this would work for instant graalt laying:
NPC Code:
if (weaponfired) {
if (this.laid=>10) {
this.laid=0;
}
while (this.laid<10) {
lay goldrupee;
this.laid++;
}
}


__________________

Reply With Quote