Attributes - Web Version??? Help
gojake
21 Dec 2013, 22:13Hi there, I have been working on a text adventure game and been having a relative easy time UNTIL, I decided I wanted to have a gun, create bullets and subtract the ammo. However ....I came here and the easy solution was to click the attributes tab.
There is no attributes tab for objects on the web version (Only Set up, object, inventory, use/give, verbs, container, options, ask/tell, objects)
I'm really far into the game, and hate to start over to download the app, don't know why I didn't.
Anyhow, is there any way on the web program to subtract bullets when the gun is used? I have figured out the use on, thing.
THANKS SO MUCH
EDIT - I am currently downloading the app and the game to see if I can make it work, but still lost on attributes.
There is no attributes tab for objects on the web version (Only Set up, object, inventory, use/give, verbs, container, options, ask/tell, objects)
I'm really far into the game, and hate to start over to download the app, don't know why I didn't.
Anyhow, is there any way on the web program to subtract bullets when the gun is used? I have figured out the use on, thing.
THANKS SO MUCH
EDIT - I am currently downloading the app and the game to see if I can make it work, but still lost on attributes.

jaynabonne
22 Dec 2013, 18:54You can still use attributes. Just define them in scripts. An attribute comes into existence the first time you assign it to an object. You don't have to predefine them via the attributes tab. The tab is easier than having to write script to initialize everything, but it is doable without.