So with what follows it works a little can

Quote
IF
ObjectFlagSet ("nonjenaipas", CHARACTERGUID_S_GLO_CharacterCreationDummy_001_da072fe7-fdd5-42ae-9139-8bd4b9fca406, _)
AND
ItemTemplateIsInCharacterInventory (CHARACTERGUID_S_GLO_CharacterCreationDummy_001_da072fe7-fdd5-42ae-9139-8bd4b9fca406, "ITEMGUID_CON_Food_Cheese_Piece_A_405d1af0-5fa9-4e3e-9d7e-0a79f6b5f564", 1)
THEN
ObjectSetFlag(CHARACTERGUID_S_GLO_CharacterCreationDummy_001_da072fe7-fdd5-42ae-9139-8bd4b9fca406, "sentfromage");


The only problem is that the first time I lie and I say I have no cheese, it says "ok, you do not have it, come back if you have it". But if I come back to him, he feels the cheese in the inventory and tells me that I have some.

How can he feel it directly?