Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tutorial LastStandRevive, canMantle, ForceMantle, isMantling
04-02-2012, 12:44
Post: #1
LastStandRevive, canMantle, ForceMantle, isMantling
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
Related links

[Image: veovuq.png]
Find all posts by this user
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to Yamato for this post:
alvarogt95 (04-02-2012)
04-02-2012, 13:42
Post: #2
RE: LastStandRevive, canMantle, ForceMantle, isMantling
muy buen tutorial <3
Find all posts by this user
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to Bloodfocus for this post:
Yamato (04-02-2012)
04-02-2012, 16:10
Post: #3
RE: LastStandRevive, canMantle, ForceMantle, isMantling
(04-02-2012 13:42)Bloodfocus Wrote:  muy buen tutorial <3
for the first nice one @Yamato
SECOND ITS A ENGLISH FORUM XD
Find all posts by this user
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to alvarogt95 for this post:
Yamato (04-02-2012)
04-02-2012, 16:17
Post: #4
RE: LastStandRevive, canMantle, ForceMantle, isMantling
You dont have permission to tell me what to do Tongue
Related links
Find all posts by this user
Add Thank You Quote this message in a reply
04-03-2012, 08:08 (This post was last modified: 04-03-2012 08:10 by alvarogt95.)
Post: #5
RE: LastStandRevive, canMantle, ForceMantle, isMantling
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 ^^
Find all posts by this user
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to alvarogt95 for this post:
Yamato (04-04-2012)
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)
Media Embeding by Simple Audio Video Embeder