Author Topic: Event help  (Read 411 times)

How do I make myself miniature when I'm touching a plate but when I step off, I turn back to normal using only default events? I know this is possible. acm city or something has a healing fountain.

well you could have a 8x8 plate(or what ever)that turns you small but  other smaller plates (1x8s for this matter) that set your scale to 1%.When you touch the middle plate you gt small but when you get out you got back to normal. IDK how to make them still go normal if they jumped out without zone events.

This may work, do these events on the plate.

Code: [Select]
[0] [0]onplayertouch>player>setplayerscale>0.200
[1] [500]onplayertouch>player>setplayerscale>1.000 <- delay this by 500ms...
[2] [0]onplayertouch>self>cancelevents

I should give phflack credit for this, as he actually taught me this.

you could look at the ACM city fountain's events and find out how to work them

Zone events and zone blocks. Their easy to use and event.

A. zones
B. make a hallway with 2 plates, the first making you normal, the 2nd making you small

entrance of normal  |  plate to make you normal  |  plate to make you small  |  exit to small

try spacing the 2 plates by 4 apart, entrance and exit distance to the plates doesn't matter