View Single Post
Old 02-01-2003, 04:44 PM   #4
Vedran
Lord Soth
 

Join Date: July 28, 2002
Location: Sisak, Croatia
Age: 40
Posts: 1,930
Find AR2100.bcs with NearInfinity, and add something like this:
IF
OnCreation()
THEN
CreateCreature("AAAAAAAA",[xxxx.yyyy],zz)
END


AAAAAAAA = Name of the creature (filename, to be more precise).
xxxx and yyyy = location where the creature should appear (first check if it is unoccupied)
zz = which way the creature is headed. I think it works clock-like - 1 to 12.

Or:
Find AR2100.ARE, click edit and scroll down until you see actors. This is a list of creatures in the area. Simply add another one (copy/paste existing one and edit it).
__________________
Dulce et decorum est pro patria mori, adhuc dulcius pro patria vivere.
(It is sweet and glorius to die for one's homeland, even sweeter to live for it)
Horatio
Vedran is offline   Reply With Quote