Search found 1 match

by YourCyborg
Sun Apr 08, 2018 11:56 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Change Mob Color
Replies: 6
Views: 7396

Re: Change Mob Color

Probably a cleaner way to do this, but you could: Prompt detector trigger. It looks for a line that begins with < and it has this to run if true: killTrigger("whatever") A trigger that detects the exits and fires for several more lines. It runs: enableTrigger("whatever") --This t...