Author Topic: Owner events  (Read 421 times)

Please make these events:

IncreaseOwnerPoints. Example: OnActivate->NamedBrick(example)->IncreaseOwnerPoints(5)

Increases the points of the person who created a specific brick. If theres (random number) bricks named "example", and they belong to (random number) different people, all the owners that have the brick named "example" get the points.

Owner(client) and Owner(player). Example: OnPlayerTouch->Owner(player)->Kill

Ummm its obvious

DisplayOwner. Example: OnActivate->Self->DisplayOwner->CenterPrint

Its obvious





Ill give cookies!
 :cookie:

I think this can be done with VCE... Hold on.

These events should increment the brick owners' points when anyone clicks the brick.
You may need to fakekill the brick first for it to work. I'm not sure why.

Edit: I changed it to fix the 'need to fakekill' glitch.

Edit2: Make sure events 0 and 1 are enabled. They aren't in the picture.
« Last Edit: January 17, 2011, 07:22:42 PM by Snaily »

Ill give cookies!
 :cookie:

by mail?
home made please

i think these events have already been made
edit: what do you know, i searched for owner and got this as the only result... http://forum.blockland.us/index.php?topic=89293.0
why are people too lazy to use the search button?

Darn, I was gonna figure it out too.

Oh, hi phflack.

hi snaily, your servers are dead by the way, with the space ship cruiser build thing?

by mail?
home made please

i think these events have already been made
edit: what do you know, i searched for owner and got this as the only result... http://forum.blockland.us/index.php?topic=89293.0
why are people too lazy to use the search button?
THAT OWNER MOD ONLY WORKS FOR OnActivate!!!!!!

These events should increment the brick owners' points when anyone clicks the brick.
You may need to fakekill the brick first for it to work. I'm not sure why.

Edit: I changed it to fix the 'need to fakekill' glitch.

Edit2: Make sure events 0 and 1 are enabled. They aren't in the picture.
Well, i need to make so all bricks that have a certain name give their creators a score, not just clicking every brick.

Well, i need to make so all bricks that have a certain name give their creators a score, not just clicking every brick.
example please, of it's usage