Attempt to put Game->InitD[x] in the script results in compilation error: "That pointer does not have a variable InitD". This is because documentation erroneously refers it to "Game" namespace, not "Itemdata". Actually, Itemdata->InitD compiles fine and properly refers to item`s init D values stored in the quest file.