Re: Thanks


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]

Posted by Earl on December 05, 1998 at 10:31:23:

In Reply to: There is a level that has that cog...Found it posted by Element_Greven on December 04, 1998 at 22:24:54:


: Well Warzone has one but it might not be MotS Compatible...
: ..so
: I dug thru the hidden MotS level (d:\gamedata\resource\unsuported.zip)
: and dug out this MOTS COG for following player..

:
: # Jedi Knight Cog Script
: #
: # S6L1_R2.cog
: #
: # R2, faithful droid
: #
: #
: # [RK]
: #
: # (C) 1997 LucasArts Entertainment Co. All Rights Reserved
: # ========================================================================================
: symbols

: message startup
: message pulse

: thing R2

: int player

: end
: #=======================================================================
: code
: startup:
: SetPulse(1.0);
: return;

: pulse:
: player=GetLocalPlayerThing(); AiSetMode (r2, 0x2009);
: AISetMoveSpeed(r2, 1);
: AISetLookPos(r2, GetThingPos(player)); AISetMovePos(r2, GetThingPos(player));
: return;
:
: end

Thanks a lot. Now to tinker it a little


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]