Advertisement
Mi4_Slayer

PoseurNidhogg

Aug 24th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.80 KB | None | 0 0
  1. -- A basic monster script skeleton you can copy and modify for your own creations.
  2.  
  3. comments = {"Smells like the work\rof an enemy stand.", "Nidhogg_Warrior is posing like his\rlife depends on it.", "Nidhogg_Warrior's limbs shouldn't\rbe moving in this way."}
  4. commands = {"GREET", "JUMP", "FLIRT", "CRINGE"}
  5. --randomdialogue = {"Random\nDialogue\n1.", "Random\nDialogue\n1.", "Random\nDialogue\n3."}
  6.  
  7. EndDialougue = {" ! !  !","ouiii"}
  8.  
  9. sprite = "poseur" --Always PNG. Extension is added automatically.
  10.  
  11. name = "Nidhogg_Warrior"
  12.  
  13. hp = 99
  14. atk = 1
  15. def = 1
  16. check = "The Nidhogg_Warrior is\rsearching for the Nidhogg"
  17. dialogbubble = "rightlarge" -- See documentation for what bubbles you have available.
  18. canspare = false
  19. cancheck = true
  20. GreetCounter = 5
  21. Berserk = false
  22. --SetGobal("Berserk",false)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement