Consolecommand
From Skulltag
(Difference between revisions)
Line 3: | Line 3: | ||
It executes the string ''command'' as if it were entered into the console. | It executes the string ''command'' as if it were entered into the console. | ||
- | You can use this for chatting, setting dmflags. Remember this is only as powerful as the client who runs the script. | + | You can use this for chatting, setting dmflags, passwords, etc. Remember this is only as powerful as the client who runs the script. |
- | This is | + | This is noteably used in ''[[Wart 1]]'' by [[Carnevil]]. At the start of the intro sequence the player says 'omg i love skulltag' forcibly. |
Revision as of 01:13, 24 August 2006
This is an new ACS command in Skulltag.
consolecommand (string command);
It executes the string command as if it were entered into the console. You can use this for chatting, setting dmflags, passwords, etc. Remember this is only as powerful as the client who runs the script.
This is noteably used in Wart 1 by Carnevil. At the start of the intro sequence the player says 'omg i love skulltag' forcibly.