y dale con el DECORATE

Iniciado por Heavy Gunner ², Octubre 21, 2007, 11:19:03 PM

Tema anterior - Siguiente tema

Heavy Gunner ²

Pues otra duda  :roll:
¿como puedo hacer, que al usar un item que lleve en ei inventario digase Aspirirnas despues de usarlo se escuche un sonido?

From illusion to truth... From darkness to light... From doom to eternity...

Doom Missed

Una vez me baje del Doomworld un pack de armas llamado 99weapons. En el pack hay un archivo llamado "XtraWeap" donde hay varias armas y también objetos de inventario. Mira allí se quieres.

http://www.doomworld.com/idgam.....p?id=12785

Heavy Gunner ²

si ya tengo una basica idea de como crear objetos aqui el DECORATE:
CitarACTOR StimPackPickup : HealthPickup 2011
{
  +INVBAR
  Inventory.Amount 1
  Inventory.MaxAmount 20
  Inventory.PickupSound "misc/i_pkup"
  Inventory.PickupMessage "Solucion de primeros auxilios"
  Inventory.Icon BOTI
  Health 20
  States
  {
  Spawn:
     STIM A -1
     Stop
  }
}
lo que quiere es que al usarlo suena algo como la sencacion de alivio de duke.

From illusion to truth... From darkness to light... From doom to eternity...

Doom Missed

Entonces debería ser:

CitarACTOR StimPackPickup : HealthPickup 2011
{
+INVBAR
Inventory.Amount 1
Inventory.MaxAmount 20
Inventory.PickupSound "misc/i_pkup"
Inventory.PickupMessage "Solucion de primeros auxilios"
Inventory.UseSound "misc/*"
Inventory.Icon BOTI
Health 20
States
{
Spawn:
STIM A -1
Stop
}
}

Cambias el asterisco del apartado Inventory.UseSound por el nombre que quieras y listo.  :wink: