heres a noter
Displaying 1-7 of 7 total.
1
TheMaxx
|
how do you make an entity speak
i tried speed bumps tutorial
and it just comes up wheni compile as an error
so could some one help here.
Posted on 2001-05-12 09:24:10
|
Miggle
|
jh
Posted on 2001-05-12 09:49:21
|
TheMaxx
|
unknown token in system.vc
Posted on 2001-05-12 10:12:29
|
grenideer
|
You need to find the line the unknown token is on (it tells you in the error message. Then see what you messed up about that line. Maybe you didn't dclare a variable, or you're putting a string where and int is, etc. Or maybe you just put an extra } or something unnecessary somewhere. You can post the line/code if you can't figure it out yourself.
Posted on 2001-05-12 15:25:46
|
jesusfreak
|
download zara's ezv2 for a GREAT learning expieriance.
.|..|-../..|.|../..|-..|\..|-..../...|
.|..|-..\..|.|..\..|-..|/..|-.../-\..|/
\|..|-../..|_|../..|...|\..|-../...\.|\
Posted on 2001-05-12 20:11:03
|
Ear
|
If you used int or string for the wrong type, you'd get an unknown string operand error. ;)
- Ear "It's time for the human race to enter the solar system."
Posted on 2001-05-13 19:59:40
|
grenideer
|
yeh, ummm, must be that I don't make that mistake a whole lot ... yeh. :)
Posted on 2001-05-14 18:25:33
|