LCKB
Lastchaos Scripting - Printable Version

+- LCKB (https://lckb.dev/forum)
+-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109)
+--- Forum: Off-Topic (The Outer World) (https://lckb.dev/forum/forumdisplay.php?fid=198)
+---- Forum: General Discussion (https://lckb.dev/forum/forumdisplay.php?fid=147)
+---- Thread: Lastchaos Scripting (/showthread.php?tid=872)



- Wizatek - 06-03-2012


Apperantly its possible to use scripting in LastChaos.

If u make a folder named Scripts/Commands u can there add ini files with scripts in it.

Those scripts can be loaded in the Console by using /LoadCommand(filename);

But i also seen its possible to automaticallt load the command files.

 

Not sure if anything fun can be done with it, but its worth a try Tongue

 




- Koko - 06-03-2012


Looks fun Smile

What language does the console use?




- someone - 06-03-2012


Looks fun SmileWhat language does the console use?

Just write some Serious Engine Console commands in the file and it will run the commands line by line.




- Koko - 06-03-2012


Indeed, /quit() works, lets have some fun Smile

 

edit: ListSymbols() lists all the commands

For example /Say("text") will say a message in chat with the current character, or /SaveScreenShot() will do as it says.