Console Commands And Combining

  • CrniOrao
    3rd May 2011 Member 0 Permalink
    Hello.

    I was wondering if someone could post me most of the console commands and how would i combine them into something useful..
    I have seen on some scenes there are msg boxes that are scripted to actually show the pressure of its position.
    I am familliar with coding a little (Little LUA and very little C Visual and C#)

    Thanks for help.

    Im hoping to learn how 2 script and make nice scripts...
  • CrniOrao
    3rd May 2011 Member 0 Permalink
    Oh yes, i haven't seen wiki :P I gotta check that too.

    Thanks.
  • edza101
    3rd May 2011 Member 0 Permalink
    to show pressure type in box:
    {p}
    and for temp
    {t}
    also life for lasting of life eg eternal fire or hyper compressed deut
    tmp used for certain elements
    temp temperature

    eg type this in

    set life deut 9999

    with some deut on the screen
  • CrniOrao
    3rd May 2011 Member 0 Permalink
    How do i apply {p} or {t} command in the box?
  • TheTempest
    3rd May 2011 Member 0 Permalink
    Go to walls in TPT, Click "SIGN" and type it in.
  • CrniOrao
    3rd May 2011 Member 0 Permalink
    Is there a way to use an if statement
  • TheTempest
    3rd May 2011 Member 0 Permalink
    doubt it.
  • Neospector
    3rd May 2011 Member 0 Permalink
    @CrniOrao (View Post)
    No, it's just key combinations that are pre-defined in the Interface.c file of the source code.
    The current commands are:
    {p} for pressure
    {t} for temperature
    {c:SAVEID|TEXT} for a link to another save.
  • CrniOrao
    3rd May 2011 Member 0 Permalink
    Oh, so those are all commands avaliable for now?

    Well ok.. Even that is very good :3

    Thanks for help guys.