View Single Post
11/20/21, 07:13 PM   #2
Calamath
AddOn Author - Click to view addons
Join Date: Aug 2019
Posts: 36
Player houses are in different zones, so EVENT_PLAYER_ACTIVATED should be fired.
GetCurrentZoneHouseId() returns a non-zero value only in the player house,
so you can determine whether your character is located in the player house or not.

Edited: ;-p

Last edited by Calamath : 11/21/21 at 02:27 AM.
  Reply With Quote