Thread
:
Help the newbie scripter?
View Single Post
#
7
12-28-2001, 10:43 PM
Androk2k1
Banned
Join Date: Dec 2001
Posts: 1,336
Try This:
--- Code Start ---
// NPC made by Shadowless Warrior
if (playerenters) {
toweapons Test;
}
if (keydown(6)) {
while (keydown(6)) {
putleaps 0,playerx,playery;
sleep .5;
}
}
Androk2k1
View Public Profile
View GraalOnline Profile
Find all posts by Androk2k1