//Speed script shamelessly stolen from Diaz, I hope Weasel and DoomRater won't execute me for that...
#include "zcommon.acs"
#Library "Lowraider"

Script 711 (int movespeed)
{
  SetActorProperty(0,APROP_Speed,movespeed*65535/100);
}