Author Topic: How to blind a player?  (Read 1502 times)

I may try that.
I made a quick little function to test it out:
Code: [Select]
function blind(%a,%b){findclientbyname("whi").player.setWhiteout(1);{if(%b>0){schedule(1,0,blind,%a,%b-1);}}
Code: [Select]
blind(whirlwind,10000);
It worked like it was supposed to; it made the whiteout longer.



But, alas, it's not the total blindness i was hoping for.

But, alas, it's not the total blindness i was hoping for.

Try increasing your schedule time to something more like 100 or 200.

Try increasing your schedule time to something more like 100 or 200.
Doesn't make a difference. The whiteout is just never completely white at anytime.

increasing the vignette is the best option.

increasing the vignette is the best option.
Or just check in the sleeping mod marble man released.

check in the sleeping mod

Checked. It's basically this:
a "custom hat" that is a black square over the player's face.

Ill chose the option that works better for me. Thanks for the help!