Get difficulty level2

From Unofficial QEdit Wiki Guide
Jump to: navigation, search

Syntax

Syntax: get_difficulty_level2 register1

  • register1 = Used to store the difficulty level of the room.

Use

Stores the difficulty of the room in to a register.

00000000 = Normal.

00000001 = Hard.

00000002 = Very hard.

00000003 = Ultimate.

Example


0:     set_episode 00000000 //Episode set to 1.
       get_difficulty_level2 R1 //Stores the difficulty level in register 1.
       ret 

Also see

ret