Author Topic: Allow character designs to hold custom sprites too.  (Read 1245 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
Allow character designs to hold custom sprites too.
« on: September 18, 2020, 11:31:59 AM »
For example, if in my game I need multiple characters, and for each one I have an extra sprite which not correlates with any PB movement (using char sprite repeat and that), I will need this.
I tried to do it with variables but looks like variables are a little buggy due to the changes.

Anyways, to use it I imagine you could use a command like
Code: [Select]
design sprite repeat = <id of the movement in that current design>
Works like the char sprite repeat but ids work for the movements of the design
Sorry because my English is not very good because I'm Spanish ;) :P

Gizgord

  • average
  • Level 18: Statix
  • *
  • Posts: 835
    • View Profile
Re: Allow character designs to hold custom sprites too.
« Reply #1 on: September 18, 2020, 12:06:45 PM »
can't you just use character commands, do they not work?

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: Allow character designs to hold custom sprites too.
« Reply #2 on: September 18, 2020, 01:44:27 PM »
can't you just use character commands, do they not work?
They're buggy. I tried something out about that but didn't work as expected, as variables are glitchy right now.
Sorry because my English is not very good because I'm Spanish ;) :P

TingThing

  • Admin and Developer
  • Level 20: Nobom
  • *
  • Posts: 1395
  • Creator and Developer of Platform Builder
    • View Profile
    • Platform Builder Home
Re: Allow character designs to hold custom sprites too.
« Reply #3 on: October 11, 2020, 07:07:17 PM »
Do any of your variable names have numbers in them? Numbers in variable names are no longer compatible with PB.

War

  • "The top player is here!"
  • Level 20: Nobom
  • *
  • Posts: 1490
    • View Profile
    • My website
Re: Allow character designs to hold custom sprites too.
« Reply #4 on: October 12, 2020, 06:54:06 PM »
Numbers in variable names are no longer compatible with PB
Mfw PB gets downgraded

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!

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: Allow character designs to hold custom sprites too.
« Reply #5 on: October 13, 2020, 10:15:12 AM »
Do any of your variable names have numbers in them? Numbers in variable names are no longer compatible with PB.
Yeah, I fixed this a lot ago, the issue was exactly that.
Sorry because my English is not very good because I'm Spanish ;) :P