View Single Post
  #1  
Old 01-18-2009, 04:54 AM
[email protected] jamerson61894@yahoo.com is offline
Banned
Join Date: Jul 2008
Posts: 83
jamerson61894@yahoo.com is an unknown quantity at this point
help with event script

Hello, I have a question? Say I was making a water race, and I wanted to put 1 image at the end of the race, and if the player touches that image, we will call it "block.png", it will say "(account) has won the race"? Could someone tell me please?

Would it be something along the lines of this:

if (playertouchsme) {
message SPC player.account has won the race;
}


How would I do something like this?
Reply With Quote