Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T85240
Change Details
Change Details
Old
New
Diff
Open debug console and check: _housetype = nearestbuilding (getpos player); hint str _housetype; //returns other building near player _housetype = (typeOf cursortarget); hint str _housetype; //returns nothing if(cursortarget iskindof "House_F") then {hint "yes"} else {hint "no"}; //returns no
Open debug console and check: _housetype = nearestbuilding (getpos player); hint str _housetype; //returns other building near player _housetype = (typeOf cursortarget); hint str _housetype; //returns nothing if(cursortarget iskindof "House_F") then {hint "yes"} else {hint "no"}; //returns no
Continue