So much to do in one lifetime.
Ravvit, you really should learn Morrowind Scripting. Then you could help me out with this thing causing a Crash To Desktop. :laugh:
Code: Select all
begin Churiderracer
Short Ridestate
if ( OnActivate == 1 )
Set Ridestate to 2
endif
if ( Ridestate == 2 )
PlaceAtPC "ID", 1, 0, 0
Disable
SetDelete, 1
Player -> ModSpeed, 600
endif
end