Search found 8 matches
- Thu Jun 28, 2007 10:24 pm
- Forum: General Discussion
- Topic: manstiens site
- Replies: 6
- Views: 1533
- Thu Jun 28, 2007 10:21 pm
- Forum: Skinning / Modelling
- Topic: The REAL barrel model
- Replies: 4
- Views: 1218
- Thu Jun 28, 2007 10:18 pm
- Forum: Mapping
- Topic: My Compiler
- Replies: 4
- Views: 482
- Thu Jun 28, 2007 9:41 pm
- Forum: Mapping
- Topic: My Compiler
- Replies: 4
- Views: 482
- Thu Jun 28, 2007 9:25 pm
- Forum: Scripting
- Topic: infinite loop probem.
- Replies: 6
- Views: 538
- Thu Jun 28, 2007 8:50 pm
- Forum: Scripting
- Topic: infinite loop probem.
- Replies: 6
- Views: 538
- Thu Jun 28, 2007 6:54 pm
- Forum: Mapping
- Topic: My Compiler
- Replies: 4
- Views: 482
My Compiler
OK guys, I realize this has been done before, but just cuz I wanted to: because MBuilder would never work for me, and the BSP options in MOHRadient are very unreliable, I have created my own compiler. It is just a batch file that uses all of the compiling tools included within MOHRadient, except ...
- Thu Jun 28, 2007 2:37 pm
- Forum: Scripting
- Topic: infinite loop probem.
- Replies: 6
- Views: 538
infinite loop probem.
OK, this is the first map i have ever made and I based my script off of the Objectives tutorial by AL. It keeps telling me I have an infinite loop because I have:
main:
...
thread test_enter
...
end
test_enter:
while!(isTouching enter)
{
wait 1
}
$light show
end
but the only problem is I know f ...
main:
...
thread test_enter
...
end
test_enter:
while!(isTouching enter)
{
wait 1
}
$light show
end
but the only problem is I know f ...