set "$SpearSound" to "Stab.wav" set "$SwordSound" to "Slash.wav" set "$WhipSound" to "Snap.wav"
And I'm trying to reference them dynamically from another robot:
sam 250 "$&$Weapon&Sound"
Didn't work.
Any ideas? How would you guys do it?
Posted 03 October 2006 - 08:19 PM
set "$SpearSound" to "Stab.wav" set "$SwordSound" to "Slash.wav" set "$WhipSound" to "Snap.wav"
sam 250 "$&$Weapon&Sound"
Posted 03 October 2006 - 08:22 PM

Posted 04 October 2006 - 12:41 AM
This post has been edited by Spectere: 04 October 2006 - 01:00 AM
Posted 04 October 2006 - 12:55 AM
This post has been edited by Spike: 04 October 2006 - 12:59 AM
Posted 04 October 2006 - 01:48 AM
Posted 04 October 2006 - 02:32 AM
sam 250 "&$Weapon&.wav"
This post has been edited by Spike: 04 October 2006 - 02:32 AM
Posted 04 October 2006 - 08:52 PM
sam 250 "$('('Weapon')Sound').sam"This post has been edited by Pyro1588: 04 October 2006 - 08:53 PM
Posted 04 October 2006 - 09:42 PM
