Player::taskCrawl: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 December 2024

  • curprev 18:2918:29, 25 December 2024Shr0x talk contribs 627 bytes +627 Created page with "{{ClientsideJsFunction}} {{JSContainer| === Summary === Makes the player crawl on the ground in a prone position. === Syntax === <syntaxhighlight lang="javascript"> player.taskCrawl(isOnBack); </syntaxhighlight> === Required Parameters === * '''isOnBack:''' {{RageType|bool}} - Set to `true` to crawl on the back, or `false` to crawl face-down. === Return Value === * '''undefined''' === Example === <syntaxhighlight lang="javascript"> // Make the local player crawl fac..."