Tylerman [Can't dclick] - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Tylerman [Can't dclick] (/Thread-Tylerman-Can-t-dclick) |
Tylerman [Can't dclick] - Lazarus - 09-10-2012 11:29 AM Hi! i have a problem with a script of tillerman Im using the tiller of someone. Works fine if you are a GM and you get the dclick on the tillerman, but! if you are a player, you never get too close to click it [You don't reach that].. Any ideas? Code: on=@dclick Thanks! Lazarus RE: Tylerman [Can't dclick] - Extreme - 09-10-2012 12:12 PM Change to @Click. RE: Tylerman [Can't dclick] - Shaklaban - 09-10-2012 02:30 PM you can also add CAN_I_DCIGNORELOS to tillerman. but you have to add all of them in sphere_item_ship_parts.scp. [ITEMDEF 03e4b] //tiller man TYPE=T_SHIP_TILLER CAN=CAN_I_DCIGNORELOS //DUPEITEM=03e4a RE: Tylerman [Can't dclick] - Lazarus - 09-10-2012 02:42 PM (09-10-2012 02:30 PM)Shaklaban Wrote: you can also add CAN_I_DCIGNORELOS to tillerman. but you have to add all of them in sphere_item_ship_parts.scp. more easy the click Thanks to all =) ^_^ |