Thread
:
Scripted waypoints with the scripting engine.
View Single Post
#
5
04-30-2002, 12:17 PM
Malevolent
Hill Giant
Join Date: Mar 2002
Posts: 171
Oh, and in npc.h in public: I have
Code:
void SetIsMovingHome(bool ToF) { ismovinghome=ToF;} bool GetIsMovingHome() { return ismovinghome;}
And I moved
float org_x, org_y, org_z, org_heading; up from protected to public.
Malevolent
View Public Profile
Send a private message to Malevolent
Visit Malevolent's homepage!
Find all posts by Malevolent