Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/28/21 in Posts

  1. It’s your npc scripts that are giving you that warning. Find the npc script that is using the deprecated constants and replace them with the new constants. That’ll remove those warnings.
    1 point
  2. Use "end;" before "OnCommand:" from hideonnpc "Barricade#B16"; OnCommand: to hideonnpc "Barricade#B16"; end; OnCommand: AND hideonnpc "AB Buffs#AB4"; OnCommand: to hideonnpc "AB Buffs#AB4"; end; OnCommand: this will fix the dispbottom error
    1 point
×
×
  • Create New...