Game Development Community

Real Noob questions...

by Shawn · in Technical Issues · 01/28/2007 (9:24 pm) · 2 replies

Hi all, i am new to TGE. And would like to ask a few questions.

How does one change the weapon that the player is holding?(crossbow)

And also, i have a sample game whereby there are orgres circling around a small settlement... how do i alter the codes to make the ogres 'walk around' normally or randomly instead of circling around the settlement.

Any help/advice would be greatly appreciated.

Thanks in advance.

#1
01/29/2007 (12:40 am)
%player.mountImage(CrossbowImage,0);

call this line
(see game.cs line 313-ish)
#2
01/29/2007 (5:32 pm)
Ok... thanks for that.... i got it to work :)

but how do u make the ogres 'walk around' normally or randomly but still within the area itself, instead of circling around the settlement??