Alex King 2cd3d27c67
[Quest API] Add GetNPCAggro() and SetNPCAggro() to Perl/Lua (#3781)
* [Quest API] Add GetNPCAggro() and SetNPCAggro() to Perl/Lua

# Perl
- Add `$npc->GetNPCAggro()`.
- Add `$npc->SetNPCAggro(in_npc_aggro)`.

# Lua
- Add `npc:GetNPCAggro()`.
- Add `npc:SetNPCAggro(in_npc_aggro)`.

# Notes
- Allows operators to enable or disable an NPC's NPC aggro capability dynamically.

* Update api_service.cpp
2023-12-17 20:34:06 -05:00
..
2023-10-23 22:39:37 -05:00
2023-09-17 13:12:43 -05:00
2021-08-31 01:24:21 -05:00
2023-07-30 01:35:44 -05:00
2023-10-23 22:39:37 -05:00
2023-10-23 22:39:37 -05:00