Hello,
I started developing a script for the Zepheus emulator. I want to check if a mob equals an specific id.
This here is a horrable example, that won't work:
Code:List<Mob> Monsters = new List<Mob>(); for (Mob monsters in Monsters) { if (monsters == 1) // i want to check if the monsters equal a specific id. { // It's a secret... } }


Reply With Quote


