• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Some quick help here with source

ond

Veteran OT User
Joined
Mar 24, 2008
Messages
2,782
Solutions
25
Reaction score
491
Location
Sweden
Gonna add in Game.h (Old cvs)

Game.h
Public

Code:
void checkCreatureFollow(unsigned long id);
void playerFollow(Player* player, Creature *followCreature);
void playerSetFollowCreature(Player* player, unsigned long creatureid);

Where exactly to add this in game.h?

And my main question is... public??

Thanks for helping
 
Back
Top