Skip to content

A simple extension to add if/else logic to scene variables and global variables.

License

Notifications You must be signed in to change notification settings

UlisesFreitas/If-Else-for-GDevelop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

If-Else-for-GDevelop

A simple extension to add if/else logic to scene variables and global variables.

If Else - For Scene variables & Global variables

If Else an extension to compare scene variables and global variables with an if/else notation.

Conditions

Scene variables

  • IfString - Compare a scene variable (type string) returns true|false
  • IfNumber - Compare a scene variable (type number) returns true|false
  • IfBoolean - Compare a scene variable (type boolean) returns true|false

Global variables

  • IfStringGlobal - Compare a global variable (type string) returns true|false

  • IfNumberGlobal - Compare a global variable (type number) returns true|false

  • IfBooleanGlobal - Compare a global variable (type boolean) returns true|false

  • Else - Trigger when some of the If statements is false. returns true

Video tutorial

https://www.youtube.com/watch?v=Ocprm8YPgLo

Alternative source

https://www.ulisesfreitas.com/gdevelop-extensions/

About

A simple extension to add if/else logic to scene variables and global variables.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published