Author Topic: Mountable Player  (Read 1076 times)

Not exactly Blockland related, but I'm having trouble here. I'm working with the Multi-Gametype stater kit, and I'd like to create a mountable player to become a walker vehicle. Though I have access to the source, I'd rather stick with script. I know something along these lines was done in AoT, so I was wondering if anyone could help me out here.

I'd say take a look at the horse script.

In the HorseArmor datablock:
Code: [Select]
rideable = true; //People can get on
canRide = false; //Horses can't mount vehicles

@Space Guy: The problem with that is: the MG Starter Kit does vehicle mounting differently. Or I'm just being horribly dense.

@dUMBELLS: The .cs file for the horse is nowhere to be found. A compiled one was in the AoT mega mod, but obviously, I couldn't edit that.

Uhh, I meant as in Retail Blockland...

EDIT: Never mind, I'll edit again if any problems arise...