Author Topic: Powerup help  (Read 1104 times)

Hatster

  • Level 0: Bipi
  • *
  • Posts: 4
    • View Profile
Powerup help
« on: July 10, 2021, 03:19:57 PM »
Is there a way for me to do a Mario styled visual powerup system for 2 different characters (ex. when small Mario turns into super Mario but Small Luigi will turn into Luigi and not Mario) All I know how to do is to change any character to one character when getting a powerup.

War

  • "The top player is here!"
  • Level 20: Nobom
  • *
  • Posts: 1490
    • View Profile
    • My website
Re: Powerup help
« Reply #1 on: July 13, 2021, 07:05:12 PM »
Check for the current char id
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!

Gizgord

  • average
  • Level 18: Statix
  • *
  • Posts: 835
    • View Profile
Re: Powerup help
« Reply #2 on: July 20, 2021, 01:11:27 PM »
yes, but you need to use command prompt.
I'm guessing you have Mario as player1, and Luigi as player2. you can use this command for the mushroom:
Code: [Select]
for player1
change character=[ID of super mario]
for player2
change character=[ID of super luigi]