From cf868969f1f9d269016fb3764e6660ae630d529a Mon Sep 17 00:00:00 2001 From: Daniel Buckmaster Date: Sun, 9 Nov 2014 23:13:05 +1100 Subject: [PATCH] Tiny tweaks. --- engine/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/engine/index.html b/engine/index.html index 12bb0bfde..8e61d7975 100644 --- a/engine/index.html +++ b/engine/index.html @@ -11,7 +11,7 @@ root: ..

Here are some of the premier projects using Torque 3D right now. This isn't - an exhaustive list - you can see more projects over at the wiki, + an exhaustive list - you can see more projects over at the wiki, and even add your own to the list.

@@ -359,7 +359,9 @@ root: .. using a custom C-like language called TorqueScript. You can create whole games without touching a line of C++. Check this out:

-
$minion = new AIPlayer();
+            
$minion = new AIPlayer() {
+   datablock = MinionData;
+};
 $minion.name = "Fubar";
 $minion.setMoveDestination("50 0 0");