Page 1 of 1
Decorate: How to create a jetpack-like item?
Posted: Sat Mar 15, 2014 12:36 pm
by Riclo
I'm creating an item that can let the player fly, but only for a limited amount of time and can be turned on and off. (Similar to Duke Nukem's jetpack in Samsara.) How would I be able to code something like this? (And if it isn't too much trouble, how to also have yellow particles spawn out of the player in random directions while they're using it.)
Thanks in advance.
RE: Decorate: How to create a jetpack-like item?
Posted: Sat Mar 15, 2014 3:10 pm
by Absolute Zero
RE: Decorate: How to create a jetpack-like item?
Posted: Sat Mar 15, 2014 7:44 pm
by TerminusEst13
Riclo wrote:
I'm creating an item that can let the player fly, but only for a limited amount of time and can be turned on and off. (Similar to Duke Nukem's jetpack in Samsara.)
You're free to use the code, if you'd like.
RE: Decorate: How to create a jetpack-like item?
Posted: Sat Mar 15, 2014 7:55 pm
by Riclo
TerminusEst13 wrote:
Riclo wrote:
I'm creating an item that can let the player fly, but only for a limited amount of time and can be turned on and off. (Similar to Duke Nukem's jetpack in Samsara.)
You're free to use the code, if you'd like.
Would you mind showing me how to implant it? I've already copy/pasted it but it doesn't seem to work, even after I change it to try and get it working without decorate errors.
RE: Decorate: How to create a jetpack-like item?
Posted: Sun Mar 16, 2014 9:55 am
by fr blood
You can take example of the
Flight Sphere in Realm 667.
RE: Decorate: How to create a jetpack-like item?
Posted: Sun Mar 16, 2014 9:59 am
by TerminusEst13
Riclo wrote:Would you mind showing me how to implant it? I've already copy/pasted it but it doesn't seem to work, even after I change it to try and get it working without decorate errors.
Could you copy/paste both the ACS and the Decorate you're using on Pastebin, please?