ItsMods

Full Version: NO barriers Code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(01-08-2011, 20:36)d0h! Wrote: [ -> ]
PHP Code:
main()
{
    
// do not do code prone in this script
    
    
self endon("killanimscript");

    
PrepareForTraverse();
    
    
startnode self getnegotiationstartnode();
    
assertIsDefinedstartnode ) );
    
self OrientMode"face angle"startnode.angles[1] );
    
    
realHeight startnode.traverse_height startnode.origin[2];
    
destination = (realHeight);
    
    
reps 6;
    
offset = ( 00destination reps);
    
self traverseMode("noclip"); // So he doesn't get stuck if the wall is a little too high
    
for (i=0;i<reps;i++)
    {
        
self Teleport (self.origin offset);
        
wait (0.05);
    }
    
self traverseMode("gravity");




where do i need to inplant this... iam still a little bit of a noob srry..
i am not even sure if this is the right code
Someone found someting about this....
i tried so much things now but nothing works

i hope some1 can help............
Pages: 1 2