Quote:
Originally posted by Lugie
mine is clientside too. zorro just tried warping in there and it doesnt warp you out until you move. anyways ill just get loriels.
|
gah heres the script for mine:
(its customized for my house, and i have everything positioned for my house...)
NPC Code:
//#CLIENTSIDE
timeout = 0.05;
if (timeout) {
timeout = 0.05;
if (abs(playerx-x)<=10 &&
abs(playery-y)<=7) {
if (!strequals(#a,T-Squad)) {
playerx = 19.5;
playery = 25;
}
}
}
and there you have it, simple, yet effective.