[DiscordArchive] but I suppose I have to get either getSelectedCreature?
[DiscordArchive] but I suppose I have to get either getSelectedCreature?
Archived author: Kitzunu • Posted: 2020-04-10T02:00:12.085000+00:00
Original source
but I suppose I have to get either getSelectedCreature?
Archived author: Kito • Posted: 2020-04-10T02:00:43.950000+00:00
Original source
Logic is up to you, but I assume when you dont have a player... u have anythign else that u dont want xD
Archived author: Kitzunu • Posted: 2020-04-10T02:02:17.528000+00:00
Original source
hm it is not possible to have
```cpp
Player* chr = handler->getSelectedPlayer();
```
and
```cpp
Player* npc = handler->getSelectedCreature();
```
?
Archived author: Kito • Posted: 2020-04-10T02:02:29.386000+00:00
Original source
sure
Archived author: Kito • Posted: 2020-04-10T02:02:34.430000+00:00
Original source
but not Player* npc
Archived author: Kito • Posted: 2020-04-10T02:02:36.798000+00:00
Original source
xD
Archived author: Kito • Posted: 2020-04-10T02:02:51.173000+00:00
Original source
Unit* npc = ...
Archived author: Kitzunu • Posted: 2020-04-10T02:02:53.462000+00:00
Original source
Oh
Archived author: Kitzunu • Posted: 2020-04-10T02:03:00.094000+00:00
Original source
Makes sense
Archived author: Kitzunu • Posted: 2020-04-10T02:03:01.897000+00:00
Original source
xD