
Prototype: GemRB.PlayMovie(MOVResRef[,flag])

Description: Plays the named movie. Sets the configuration variable MOVResRef to 1. If flag was set to 1 it won't play the movie if the configuration variable was already set.

Parameters: MOVResRef - a .mve resource reference. 
                 flag - don't play movie twice

Return value: 0 - movie played
	     -1 - error occurred
	      1 - movie skipped

See also: SetVar, GetVar


MD5: 5aa65188f90931b955b6c91969b3393c
