View Single Post
  #6  
Old 12-15-2005, 09:13 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
What exactly is happening? Is it triggering the action and not getting the parameters, or not triggering at all?

If it's not triggering at all, you might want to try to use x+1.5, y+1.5 to make sure it hits on an actual pixel, and not a transparent part. (I'm not sure if this still applies, but I use it anyway :P)

[EDIT]
You should also try using a different event name, such as 'pickup' and do:
if(actionpickup) {
instead of:
if(actionserverside) {
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote