SetupMaze

Prototype: GemRB.SetupMaze (x,y)

Description: Initializes a maze of size XxY. The dimensions shouldn’t exceed the maximum possible maze size (8x8).

Parameters:

  • x, y - dimensions

Return value: N/A


Back to function index, GUIScript introduction.