Game Development Community

Starter script

by Bhaskar Banerjee · in Torque Game Engine · 03/31/2004 (10:48 am) · 4 replies

Hi,
I want to make a little level with script, all single player. I've tried few tutorials, but none of them cam drag me out of my problem. Can anyone give me some help/tips on scripting?

Thanks in advance.

About the author

Recent Threads

  • 3rd person camera

  • #1
    03/31/2004 (10:51 am)
    Can you be a little more specific about your problem? What kind of problem are you having?
    #2
    03/31/2004 (11:10 am)
    The echo command is your friend. Use echo commands to learn the flow of the script.

    echo("my echo statement");

    Also try this site out.

    www.codesampler.com/torque.htm
    #3
    04/01/2004 (9:32 am)
    Actually I want to do a third person game. No 1stP view at all. Secondly, when I'm compiling max2dts VC6 is showing an error:
    "ljepg.lib no found"
    And it's unable to link. Where to find that file.

    Rest of my problem solved a little bit by the help of some other threads.

    Thanks for reply.

    N.B Can you give me any address to find out the detailed help file of Torque Script? Those available .PDFs are really very much problematic.
    #4
    04/01/2004 (11:15 am)
    Ooops! Sorry, I've found ljpg one.
    :)