PDA

View Full Version : Use Function



Bazzolator
08-31-2012, 09:12 PM
Would be nice with a "use" function on the walker, like opening doors, using gates at stuff, without having to use a script for it. =p

Example.

Use North
Use South
Use East
Use West

Fixi
08-31-2012, 10:09 PM
You could use a one-line script and input just this


Self.OpenDoor(x, y, z)

Crown Royal
09-10-2012, 06:24 PM
Yes, or a One-Liner like this...

Self.UseItemFromGround(x, y, z)