Author Topic: Questions on various event/mod related subjects  (Read 380 times)

Ok, I have a few questions about, well, what it says in the title.

1.Is it possible to display multiple variables in bottom print using events
              a.Tutorial for how to do so if true
              b.Information on good tutorials to learn how to do something like this.

2.Is it possible to increase the limit on events? Aka, get rid of that 'to many events' thing.

3.Is it possible to create server sided / commands using events and if not, how to do something like that using scripting.

4.Is it possible to change the number of points a person is awarded depending on the type of zombie you kill, aka, 1 point for slow, 2 for normal, 50 for tank, etc

Any good tutorials on modding would be very helpful too.

1. put in delays between displaying
2. there's a maximum, you set the maximum up to a certain point
3. what?
4. no

1.Delay the displays
2. go in advanced config. and change schedule quota hit to higher number
3. yes, download New variable events which include if player last message
4.yes, but you would have to tweak the script, something of which i doubt you could do (because you would have already done it...)