Functions Documentation
View Function Edit Function
Name shpMakeBlind
Syntax (shpMakeBlind ship number)
Argument List ship: The ship that you want to make blind.
number: How long in ticks you want to make the ship blind.
Returns condition: True if successful, Nil otherwise.
Category repair/damage, ship
Description Makes the ship blind for the given number of ticks.
Example
(shpMakeBlind gplayership 300)

Makes the player blind for 300 ticks.
Comment Interesting function allowing you to give a punishment.