View Single Post
  #1  
Old 02-26-2011, 01:36 AM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
doing something after shoot

Hey guys I was just messing around with the shoot command.

Now I used the projectile with the gravity and wanted to ask how i could make it like if the projectile hits the floor again, the player will do something, like say something. I already tried like adding:
PHP Code:
shoot(player.xplayer.yplayer.z+1temp.angletemp.zangletemp.power"callipumppetidle""callipumppet.png");
if (
this.z<=0) {
  
player.chat="YAY";

but the player will just say "YAY" when I fire it, not when it lands
Reply With Quote