Advertisement
EuroCreeper

Untitled

Aug 24th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Eine Frage noch, ich will die Funktionen
  2. npc.addoption(int id).angry(int strenght, int range)
  3. und
  4. npc.addoption(int id).follow(Player target, int speed, bool suizid, bool fly, int range)
  5. definieren,
  6. hab aber nur
  7. npcaddoptionangry(int id, int strenght, int range)
  8. und
  9. npcaddoptionfollow(int id, Player target, int speed, bool suizid, bool fly, int range)
  10. aktuell in meinem Plugin, voll Funktionsfähig und co, aber ich will die oben genannten Funktionsaufrufe für die selbe Funktion haben, geht das?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement