Project

General

Profile

InitCommands (command)

Syntax

  • InitCommands add <Label> <Command>
  • InitCommands remove <Label>
  • InitCommands list

Description

This command lists, adds, or removes commands that will be executed only once after you've entered the gameworld proper. The purpose of this is to allow you to run scripts and/or other things that are not normally allowable in preinit.iss due to the fact that they require you to be 'in the game'.

Examples

  • InitCommands add InitialScript "Run isxeq2-init"
  • InitCommands add Alias1 "alias echo eq2echo"
  • InitCommands remove Alias1