Author Topic: Event Help  (Read 690 times)

As I am not very good with events, this is where I'm going to post any help/problems I come across.

My questions[/b
  • How do I change the color of text? Is it <color=[hex]> ?
  • How would I go aboutmaking things wait longer than 30 seconds (if possible)?

As I am not very good with events, this is where I'm going to post any help/problems I come across.

My questions
  • How do I change the color of text? Is it <color=[hex]> ?
<color:HexCode>
  • How would I go aboutmaking things wait longer than 30 seconds (if possible)?
This i don't know about maybe have the brick fire a relay after 30 seconds that starts a timer on other brick?
[/list]

k thanks
As Badspot did not give us the "Edit" button in this section, I'm going to have to make a reply with new questions.

how would I make it where, for example, A person clicks on a brick and loses/gains 4 pionts in a minigame?

k thanks
As Badspot did not give us the "Edit" button in this section, I'm going to have to make a reply with new questions.

how would I make it where, for example, A person clicks on a brick and loses/gains 4 pionts in a minigame?

Code: [Select]
Onactivate - client - Incscore [-4 or 4]

k thanks again. I'm sure I'll be back.