Game Development Community

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

#1
11/21/2001 (5:57 am)
do you mean to spawn it into the game so it can be picked up? if so check out the link on the NoESCape Web Server

for adding a basic weapon it tells/shows you how
#2
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");