Consolecommand
From Skulltag
(Difference between revisions)
Line 1: | Line 1: | ||
This is an new [[ACS]] command in Skulltag. | This is an new [[ACS]] command in Skulltag. | ||
- | <pre>consolecommand ( | + | <pre>consolecommand (string command);</pre> |
+ | 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. | ||
- | + | This is notibly 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:12, 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. Remember this is only as powerful as the client who runs the script.
This is notibly used in Wart 1 by Carnevil. At the start of the intro sequence the player says 'omg i love skulltag' forcibly.