Author Topic: Renderman hunting device  (Read 3884 times)



Where is that prepper code located?

the prepper is a projectile

you can get its position since it doesnt move.

Could package BSD_Check and make it teleport the player to the "Renderman" quite easily.

Code: [Select]
package rMenTP
{
function bsd_check()
{
%prepPos = %p.getPosition();
%player.setTransform(%prepPos);
}
return parent::bsd_check();
};
activatePackage("rMenTP");

Something like that might work because the projectile name is %p, so when the function is called, it gets the projectiles position and teleports the player to it. That's just the outline of it, so don't just copypaste the code and expect it to work.

Another thought just came to my mind is it possible for something to point to a projectile on your screen?

Just wondering.

Could package BSD_Check and make it teleport the player to the "Renderman" quite easily.

Code: [Select]
package rMenTP
{
function bsd_check()
{
%prepPos = %p.getPosition();
%player.setTransform(%prepPos);
}
return parent::bsd_check();
};
activatePackage("rMenTP");

Something like that might work because the projectile name is %p, so when the function is called, it gets the projectiles position and teleports the player to it. That's just the outline of it, so don't just copypaste the code and expect it to work.
that code wouldn't work

Is ctrl+n related to enderman at all?



Is ctrl+n related to enderman at all?
Plz keep in mind me and my friend just found it today.

Guys, the AskiiHorror faces you're seeing is the Prepper Mod, installed wiht the halloween pack. but the renderman i keep seeing is a pitch-black minfigure wiht it's arms held oout like a zombie, and the askiihorror face. renderman is also twice as tall as me

Guys, the AskiiHorror faces you're seeing is the Prepper Mod, installed wiht the halloween pack. but the renderman i keep seeing is a pitch-black minfigure wiht it's arms held oout like a zombie, and the askiihorror face. renderman is also twice as tall as me
Are you sure they both aren't the same thing?

Guys, the AskiiHorror faces you're seeing is the Prepper Mod, installed wiht the halloween pack. but the renderman i keep seeing is a pitch-black minfigure wiht it's arms held oout like a zombie, and the askiihorror face. renderman is also twice as tall as me
And you bumped this pile of forget from OCTOBER why!?

I'm not 100% sure this is possible because I'm pretty sure the renderman is a particle.  Torque cannot get the location of a particle in script.  But if it's not a particle then it might work..

Anyone know for sure what type of game object the renderman is?
It is a particle, and there would be no point to making a Renderman hunter.  It's ridiculous.