gamcenter plugin delivers internal compile error

Hi when using:

gameNetwork = require( “gameNetwork” )

gameNetwork:init (“gamecenter”, initCallback)

I get the following error from the gamecenter code 

/Users/albert/Documents/main-tachyon_unchanged1/plugins/gameNetwork/shared/gameNetwork.lua:24: in function ‘init’

Any ideas ?

Try gameNetwork.init(“gamecenter”, initCallback)

Note the period instead of the colon operator.

Rob

Try gameNetwork.init(“gamecenter”, initCallback)

Note the period instead of the colon operator.

Rob