Thread: onActionGrab
View Single Post
  #9  
Old 10-04-2006, 12:59 PM
The Evil Within The Evil Within is offline
I'm Not Chance...Really
The Evil Within's Avatar
Join Date: Aug 2004
Location: Coral Springs, Florida
Posts: 65
The Evil Within is on a distinguished road
Send a message via AIM to The Evil Within
Being that ActionGrab doesn't exist try just using the keydown command along with playertouchsme.

i.e.

function onPlayerTouchsMe() {
if (keydown(4)) {
stuff
}
}

(I'm relatively sure the #4 = D I dunno what A is, but once you find that out it should work no problem).
__________________
-CMercy

Delteria Forums
Reply With Quote