Console command questions

+
Since I can't create thread I thought maybe I can post here for help:

I'm playing the GOTY edition on steam, I believe patch 1.32. Downloaded the Native Debug Console for 1.32 Patch.
My problem is, some of the commands work, like
Code:
additem("item_name")
tptopos(x,y,z)
while some don't:
Code:
phase(1)
removefact(q109_keira_to_km)

I assume when you remove a fact it should instantly reflects on the dialog, yes? For my case, I'm right after the it takes three to tango quest, and I assume if I:
Code:
removefact(q310_triss_yennefer_payback)
removefact(q309_triss_lover)
removefact(q309_triss_stayed)
the dialog options about kingfisher should be gone, but it's not. Is there anything I did that's wrong?
 
Top Bottom