Outlaw Immortalz link said:someone mind changing this to something like typing "REPAIR" on keyboard?
{$CLEO}
0000:
while true
wait 0
if and
Player.Defined($PLAYER_CHAR)
Actor.Driving($PLAYER_ACTOR)
then
if
0ADC: "REPAIR"
then
31@ = Actor.CurrentCar($PLAYER_ACTOR)
0A30: repair_car 31@
Car.RemoveReferences(31@)
print "Car repaired!" 2000
end
end
end