You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show a window that lets you teleport to any area in the game.
17
+
### Commands
30
18
31
-
```
32
-
load_map_menu
33
-
```
19
+
-**/clear**
34
20
35
-
#### `move_player`
21
+
-**/console**
36
22
37
-
#### `pickup_item`
23
+
-**/help**
38
24
39
-
Gives the player any `Item`.
25
+
-**/infinite_jump** – Gives the player infinite jump height, as long as the button is held down.
40
26
41
-
```
42
-
pickup_item bfg_sentinel/weapon_bfg_sentinel
43
-
pickup_item weapon_enhancements/common_bane
44
-
```
27
+
-**/load_map_menu** – Shows the secret window the game developers put in to let them teleport around the game world.
45
28
46
-
#### `pretend_editor`
29
+
-**/load_package**
47
30
48
-
#### `show_collision`
31
+
-**/move_player**
49
32
50
-
#### `show_triggers`
33
+
-**/pickup_item** – Gives the player any `Item`. Examples:
51
34
52
-
Show triggers in the world.
35
+
```
36
+
/pickup_item bfg_sentinel/weapon_bfg_sentinel
37
+
/pickup_item weapon_enhancements/common_bane
38
+
```
53
39
54
-
```
55
-
show_triggers
56
-
```
40
+
-**/pretend_editor** – Run this before entering a game, and the world will load in "editor mode". Most enemies/items are deactivated, and the minimap spawns in the sky!
0 commit comments