#include "NjEarthDragonPetServer.h" void NjEarthDragonPetServer::SetVariables(Entity *self) { self->SetVar(u"petLOT", 16210); self->SetVar(u"petType", "earthpet"); self->SetVar(u"maxPets", 3); self->SetVar(u"spawnAnim", u"spawn"); self->SetVar(u"spawnCinematic", u"EarthPetSpawn"); }