So what I am trying to do is simple, I need to remove items from the PC (a quest dialogue handles this) but the number of items removed needs to be determined by a global value.
Any ideas?

GlobalVariable property myRemoveCount autoSomeType property myItem autoEvent OnWhatever() Game.GetPlayer().RemoveItem(myItem, myRemoveCount.GetValueInt())endEvent