how do I code the following please
if (item_Super_Bomb == false)
{
guy_in_room = Abei2;
shop_type_number = 2;
}
Posted 09 April 2026 - 02:31 AM
if (item_Super_Bomb == false)
{
guy_in_room = Abei2;
shop_type_number = 2;
}
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;
}
0 members, 1 guests, 0 anonymous users