Package npc.model

Examples of npc.model.SquashInstance.broadcastPacket()


        dropMod *= 0;
        Functions.npcSay(actor, "Ouch, if I had died like this, you could obtain nothing!");
        Functions.npcSay(actor, "The news about my death shouldn't spread, oh!");
        break;
    }
    actor.broadcastPacket(new Die(actor));
    setIntention(AI_INTENTION_IDLE);
    if(dropMod > 0)
    {
      if(_polimorphTask != null)
      {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.