Jump to content

Home

Invovling NPC's


DS_Malak

Recommended Posts

Okay, I am now making a map that goes with trials for a training group, that involves my clan, DS. For th 1st trial, it will be an easy map, easy to get around, but it will have 7 rooms, in 2 of the rooms, will contain NPC's, like bosses, that you have to fight.

 

Now, how do i make NPC chartacters in GTK-Radiant 1.4, and how do i get them to move, instead of just standing there, and i want them to be an easy diificulty to beat. Also, I want them to come after me and try to kill me as well.

 

I know there will be a link to another topic, but i would like an up-to-date easily readble description. If i appreciate the help given, i will put that you have helped me with the NPC's in the copyright description.

 

Thanks.

 

DS_Malak

Link to comment
Share on other sites

You must add an NPC_npcname in your map. NPC_reborn etc.

Then, a Reborn will appear in-game where your NPC_reborn was placed.

 

To make it walk around, add the following key and value to it:

Key: spawnscript

Value: mp/wander

 

Then make some waypoints, and connect them. Then compile and test. The Reborn should be walking the track you made with the waypoints.

 

A reborn will automaticly follow you if it see you, so don't worry about that.

Link to comment
Share on other sites

okay, so i made a block, then I turned it into a waypoint, and it is a gold block, I havea bunch of them around my room now, what else do i have to do, so that the Reborns to each waypoint.

 

Also how do i get 2 reborns to take sort of the same waypoints..I would really appreciate some help. Thanks.

Link to comment
Share on other sites

First, you'll have to connect the waypoints. Select the first one, and then the second one, and press Ctrl+K Then, a yellow line should appear between the two waypoints. Do this with the rest of the waypoints as well untill you have a route.

 

And have you added a reborn, and the

Key: spawnscript

Value: mp/wander

 

? If not, do that, and if you have multiple reborns nearby the waypoint-track, and they have the key and value as above, the will follow it.

Link to comment
Share on other sites

I have the Red NPC box, and then it connected to the 1st waypoint, which is connected to the next, and so on, I have a route, but I can't get my NPC to show up in game. Here is what I am using for the Entity list for the NPC Reborn.

 

spawnflags 8

 

target t13

 

classname NPC_Reborn

 

origin -1696 224 48

 

spawnscript mp/wander

 

 

I have all those but my Reborn will not show up.

Link to comment
Share on other sites

Don't connect the NPC to the waypont-route. Only the waypoints themself should be connected, and the NPC should only be standing besides one of the waypoints. The entity-list is good. Keep that, and only connect the waypoints together. Then it should work;)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...