Author Topic: Medley of Suggestions X  (Read 1095 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
Medley of Suggestions X
« on: February 14, 2020, 05:05:43 PM »
Here is the 10th medley of suggestions I do. Hopefully TingThing does some of these for 8.0
Let's begin:

Depth, alpha, visible option for objects: Depth will stand for which thing will be later drawn or sooner. Items with less depth will be above ones with more. Alpha will stand for the opacity of the object. Visible will be a checkbox that would make visible or invisible the object directly, a command for this would be cool too.

Random teleport commands: These would be
Code: [Select]
Random teleport = [object and id]
Random smart teleport = [object and id]
They teleport that object to a random position on the screen, smart version will attempt to teleport it to an air place, avoiding teleporting it inside blocks

distance to x, y: Just a bracketing that returns a number that represents the distance from the executor to x and y.

Executor, executor coordinates, reset executor command: The executor is the object that is executing the commands in a command prompt. Some commands use this such as effect command, that plays the effect over the executor. This command should simulate the executor as another object, coordinates will set the coordinates of the executor simulation. So you can use effect = 26, to play that effect over any coordinates without an object. Reset executor will set the executor back to the one should be.

Tags for items and blocks: Allow to classify objects into tags, which then can be detected. Like, tags for specific items to be weapon items. Then a command can detect if the item has a tag or something like that.

Hopefully you liked this suggestions. Bye!
Sorry because my English is not very good because I'm Spanish ;) :P

War

  • "The top player is here!"
  • Level 20: Nobom
  • *
  • Posts: 1490
    • View Profile
    • My website
Re: Medley of Suggestions X
« Reply #1 on: February 14, 2020, 06:02:04 PM »
Here is the 10th medley of suggestions I do.
I have some title ideas for your next medley:
-Medley Of Suggestions Ultimate
-Medley Of Suggestions ZX
-Medley Of Suggestions Powered Up
-Medley Of Suggestions Omega
-Medley Of Suggestions Alpha
-Medley Of Suggestions Universes
-Medley Of Suggestions Infinite
-Medley Of Suggestions KAOS
And why not...
-Medley Of Suggestions OBAMIUM
Hey, wassup wassup? My name is Warrior555MainsGanon (but just call me War) and I'm the main guy behind Megaman Zero Online and the upcoming Matt's Adventure! I don't speak often here but I'm a very friendly lad so if you wanna talk, don't hesitate!

TingThing

  • Admin and Developer
  • Level 20: Nobom
  • *
  • Posts: 1395
  • Creator and Developer of Platform Builder
    • View Profile
    • Platform Builder Home
Re: Medley of Suggestions X
« Reply #2 on: May 11, 2020, 04:30:52 AM »
There are already some things similar to your executor idea.


Code: [Select]
with closest enemy
with closest block
with player 2
//etc.


You can also include an ID if you wish to be more specific...


Code: [Select]
with closest enemy 4
//etc.

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
Re: Medley of Suggestions X
« Reply #3 on: May 11, 2020, 06:35:56 AM »
There are already some things similar to your executor idea.


Code: [Select]
with closest enemy
with closest block
with player 2
//etc.


You can also include an ID if you wish to be more specific...


Code: [Select]
with closest enemy 4
//etc.
Cool
Sorry because my English is not very good because I'm Spanish ;) :P