Author Topic: First Script for tammers  (Read 5415 times)

0 Members and 1 Guest are viewing this topic.

Offline kbusTopic starter

  • Restricted
  • *
  • Posts: 3
  • Activity:
    0%
  • Reputation Power: 1
  • kbus has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
First Script for tammers
« on: August 27, 2015, 02:20:58 PM »
0
my first script, basically it does the following:
when you see a criminal target
disassembles the mount
speaks all guard
casting invisible on you!

@Getenemy 'murderer' 'Enemy' 'criminal' 'gray' 'closest'
if @findobject 'enemy'
  useobject 'self'
  msg "All Guard" Color
  cast "Invisibility"
  waitfortarget 15000
  target! 'self'
  pause '40000'
else
  useobject 'mount'
  cast "Invisibility"
  waitfortarget 15000
  target! 'self'
  pause '100000'
endif

Tags: