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++;
}
}