Megser
Well-Known Member
- Joined
- Apr 17, 2010
- Messages
- 1,389
- Reaction score
- 73
Okay, so I've tried and tried and tried. But I don't know how this line should look like. I'm trying to use an elevator in Thunder Bluff, but it says the character "-" can't begin with a hexadecimal value bla bla.
So how should the command look like? Using the UseTransport.cs.
This is how mine looks, probably way wrong:
I'm not using StandOn syntax because I didn't feel that it was needed, but is it critical and not optional?
Thanks for any help.
So how should the command look like? Using the UseTransport.cs.
This is how mine looks, probably way wrong:
PHP:
<CustomBehavior File="UseTransport" TransportId="50506" TransportStart= "X="-1036.978" Y="-50.15055" Z="69.31232" TransportEnd= "X="-1039.489" Y="-49.08292" Z="140.5346" WaitAt= "X="-1035.611" Y="-54.31499" Z="69.25319" GetOff= "X="-1044.204" Y="-45.91918" Z="140.6944" />
I'm not using StandOn syntax because I didn't feel that it was needed, but is it critical and not optional?
Thanks for any help.