#include class NpcScript : public crepe::Script { private: public: void init(); void fixed_update(crepe::duration_t dt); };