Author Topic: if player is on air conditional and reset double jump command  (Read 1108 times)

Antikore

  • Developing Mortal Theater at day, developing depression at night.
  • Level 22: Trex
  • *
  • Posts: 2020
  • Enjoying Platform Builder from the very start
    • View Profile
    • PBuilder Resources
if player is on air conditional and reset double jump command
« on: October 17, 2018, 07:39:56 AM »
A good conditional is if player is on air, it's very cool for example to combine with the reset double jump command, that command will set the double jump as if it hasn't been used. For example, in the area looping command prompt:
Code: [Select]
if player is on air = true
{
reset double jump
}
This will allow the player to double jump many times he wants!
Sorry because my English is not very good because I'm Spanish ;) :P

CGM

  • Christian, 3D artist, former Platform Builder gamdev
  • Master Builder
  • *
  • Posts: 3836
    • View Profile
Re: if player is on air conditional and reset double jump command
« Reply #1 on: October 17, 2018, 06:22:51 PM »
Wow!