Jump to content

Photo

Zelda Classic 2.53 how do I code if no super bomb guy is abei 2


  • Please log in to reply
1 reply to this topic

#1 LikeLike888

LikeLike888

    Spicy food lover!!

  • Members
  • Real Name:Jason
  • Location:North America

Posted 09 April 2026 - 02:31 AM

In ZC (Zelda Classic) 2.53
how do I code the following please
if (item_Super_Bomb == false)
{
  guy_in_room = Abei2;
  shop_type_number = 2;
}


#2 Emily

Emily

    Scripter / Dev

  • ZC Developers
  • Pronouns:She / Her

Posted 09 April 2026 - 09:08 AM

1. if you're making a quest at this point, don't be using 2.53, it is SEVERELY outdated.

2. 

if (!Hero->Item[I_SUPER_BOMB])
{
    Screen->Guy = NPC_ABEI;
    Screen->Catchall = 2;
}



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users