How to work with objects like the CTF flags
by AIDan · in Torque Game Engine · 11/21/2001 (1:03 am) · 2 replies
Hi
How can I get there position and collision info??
(NAME IN WORLD EDITOR).onCollision(%obj,%client) ??
greetings
Daniel
How can I get there position and collision info??
(NAME IN WORLD EDITOR).onCollision(%obj,%client) ??
greetings
Daniel
About the author
#2
"Reach the blue team's main computer"
11/21/2001 (6:28 am)
I wanna make win conditions."Reach the blue team's main computer"
if(distance(MainComputer,AnyRedTeamPlayer) <100)
echo("You have reached the computer");
Torque Owner Ace
for adding a basic weapon it tells/shows you how