Author Topic: Nope  (Read 741 times)



1. Déjà vu
2. how did you do this



Yep.

http://www.youtube.com/watch?v=15sMHlxXFZk

here's your stupid(ly done) script!!!
Code: [Select]
function serverCmdNope(%client, %r)
{
%client.player.nope(%r);
}

function AIPlayer::nope(%o, %s)
{
if(!%s)
{
%s = 3000;
}
cancel(%o.nope);
%o.playThread(0, "headUp");
%o.nope = %o.schedule(50, playThread, 1, "headUp");
%o.nope = %o.schedule(100, playThread, 2, "headUp");
%o.nope = %o.schedule(150, playThread, 3, "headUp");
%o.nope = %o.schedule(150+%s, playThread, 0, "root");
%o.nope = %o.schedule(150+%s, playThread, 1, "root");
%o.nope = %o.schedule(150+%s, playThread, 2, "root");
%o.nope = %o.schedule(150+%s, playThread, 3, "root");
}

function Player::nope(%o, %s)
{
if(!%s)
{
%s = 3000;
}
cancel(%o.nope);
%o.playThread(0, "headUp");
%o.nope = %o.schedule(50, playThread, 1, "headUp");
%o.nope = %o.schedule(100, playThread, 2, "headUp");
%o.nope = %o.schedule(150, playThread, 3, "headUp");
%o.nope = %o.schedule(150+%s, playThread, 0, "root");
%o.nope = %o.schedule(150+%s, playThread, 1, "root");
%o.nope = %o.schedule(150+%s, playThread, 2, "root");
%o.nope = %o.schedule(150+%s, playThread, 3, "root");
}

registerOutputEvent(Player, nope, "int 0 30000 0");
« Last Edit: July 02, 2012, 12:08:24 AM by otto-san »

or raise the head in the .dts model of the no jet player

or raise the head in the .dts model of the no jet player
good luck with that lol.

good luck with that lol.

>import
>move head and joint up
>export and replace

or raise the head in the .dts model of the no jet player
why would you do that when you can just use headUp lol