• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tutorial] LastStandRevive, canMantle, ForceMantle, isMantling
#1
Hello

A new command tutorial. The first command is LastStandRevive, if you are in last stand and you call this command, you will wake up, Big Grin

The usage is the following one:

Code:
self LastStandRevive();

Now, 3 commands relationed with mantle (climbing), the first one checks if you are mantling something.

Code:
if( self isMantling() )
{
DO SOMETHING
}

The next one detects if the player can mantle or not:

Code:
if( self canMantle() )
{
DO SOMETHING
}

The third and last forces the player to mantle.

Code:
self ForceMantle();

Lets put an example with 2 of them toghether, if you can mantle, it will automatically does it for you, great for glitching:

Code:
if( self canMantle() )
    self ForceMantle();

Thats it. OMA
  Reply
#2
muy buen tutorial <3
  Reply
#3
(04-02-2012, 13:42)Bloodfocus Wrote: muy buen tutorial <3
for the first nice one @Yamato
SECOND ITS A ENGLISH FORUM XD
  Reply
#4
You dont have permission to tell me what to do Tongue
  Reply
#5
em i am not" telling you wat to do"i am just making u remember the rules of this forum
if u think i am trying to be a boss then its not my problem ^^
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)