Game Development Community

Trying to Unmount a Weapon

by Chris Skinner · in Torque Game Engine · 09/28/2006 (8:21 pm) · 3 replies

I'm trying to unmount a weapon with a keystroke but no luck. All keybinding stuff is right and I'm using something like " %obj.unmountImage(0)" but it's not doing it. Any help would be greatly appreciated.

#1
09/29/2006 (5:47 am)
Should this be a server command or a client command ?
#2
09/29/2006 (6:10 am)
Uh, server.. of course?
#3
09/29/2006 (6:26 am)
Well I think I reallize for sure now it's a server command and the only issue I'm getting is that i can't remember how to get my players id to unmount the weapon.