Author Topic: where do i get point mod ?  (Read 520 times)

point mod (i don't know if that is what it is called) is a mod where if you kill a zombie you get a point ( just an example) and you can unlock weapons ( using events). where can i find it.

You probably went to someone's server and thought the build was a mod.

The zombies are from Rot's zombie mod, and the points system is based on Variable mod (latest version).

You probably went to someone's server and thought the build was a mod.

The zombies are from Rot's zombie mod, and the points system is based on Variable mod (latest version).
yea i knew i was missing somthing how do you use it with events?

yea i knew i was missing somthing how do you use it with events?
like how do you make somthing 10 points and how do you make it so you get points?

<var:client:score> is the client's score. Use that.
You automatically get points from zombies, and use the minigame menu to change the points they give you.

<var:client:score> is the client's score. Use that.
You automatically get points from zombies, and use the minigame menu to change the points they give you.
what is <var:client:score>

This is default with Rots zombie mod...

the code

     OnZombieDeath>NamedBrick>IncrementCount

This is default with Rots zombie mod...

the code

     OnZombieDeath>NamedBrick>IncrementCount
no.
just no.
You don't know enough to help just yet. so no.
Random, that shows how many zombies died, on a PRINT BRICK. not score. diffrent.