Closed Elise39u closed 6 years ago
This is because the app check of the user is allowed to talk to a npc So the app ask about a quest for the check but the npc does not have it So behind the scenes the app crashes and won`t hide the story
Solved by adding this piece of code if($status == '[]') { echo json_encode(array("trick" => 'No quest detected', "Status" => "Unknown")); }
if($status == '[]') { echo json_encode(array("trick" => 'No quest detected', "Status" => "Unknown")); }
This is because the app check of the user is allowed to talk to a npc So the app ask about a quest for the check but the npc does not have it So behind the scenes the app crashes and won`t hide the story