- ServUO Version
- Publish 57
- Ultima Expansion
- Endless Journey
Trying to create something, not ready to reveal it just yet so if you need the whole script just message me. Anyways I have this piece of code:
throwing this error:
I have Server.Mobiles in the reference and there is an "IsParagon" in BaseCreature so I'm not sure what I'm doing wrong. Again if you need the full code just message me, thanks
C#:
if (from.IsParagon == false)
{
from.SendMessage("That pet is not a paragon!");
}
C#:
error CS1061: 'Mobile' does not contain a definition for 'IsParagon' and no accessible extension method 'IsParagon' accepting a first argument of type 'Mobile' could be found (are you missing a using directive or an assembly reference?)