Hello everyone I'm trying to workout on some quest finish so do you see something wrong here because it doesnt work:
It should check if task 176 is not finished, to make it finished. But it doesn't work. Do you have any idea why?
Code:
$lv195 = GetPlayerInfo( -1 , "level" )
if $lvl95 >= 95
$t176done = IsTaskDone(-1, 176)
if $t176done != 0
SetTaskDone(-1, 176)
endif
endif