I feel so damn noob...
Slowly, i find my way in the geck and I (most of the time) find my way to do what i want.
thanks!
Int bPlayerHasTheStuffBegin GameMode If bPlayerHasTheStuff ;Do whatever Else If (Player.GetItemCount ItemA == 0) ElseIf (Player.GetItemCount ItemB == 0) ElseIf (Player.GetItemCount ItemC == 0) ElseIf (Player.GetItemCount ItemD == 0) Else ; Player Has at least one of Item A, B, C, and D Set bPlayerHasTheStuff to 1 EndIf EndEnd