Platform Builder Forums
Main => Suggestions => Topic started by: Antikore on August 11, 2019, 09:15:52 PM
-
This commands or functionalities for PB will be cool, for example.
This x = 5
This = cease fire
remove this
I thought on multiple ways to call it
This (C#), Self (GML), Me (Skript)
This will cause something to do something, but only that thing. For example
This x + 8
if you use that in an enemy jump command input, only that enemy will move 8 pixels in the x. But if you use in a command block, the player who passes it will be the thing that moves in the x.
Another example
this = cease fire
If this is an enemy, will cease-fire.
-
(https://i.ibb.co/G3Lkj7J/37ti77.jpg) (https://imgbb.com/)
-
I love the idea!
-
We already have something pretty close to this. I posted about it here (https://theplatformbuilder.com/forums/index.php?topic=781.0).
For instance, you can already cause the enemy that jumped to move its x and y position. Just put "enemy x += 8" in the jump command prompt and don't include an ID. Many other enemy-specific commands works this when when placed in enemy command prompts. Same for projectile-specific commands in projectile command prompts.
-
You should expand it for not only enemies. BTW, Antikore's idea probably works better. In certain situations.