Help with a few things in relation to my moo.

Questions about programming that don't necessarily relate to cybersphere can go here. We don't guarantee that anyone will respond or if they do that they will know what they're talking about.

Moderator: CS Admin

Post Reply
Avalin

Help with a few things in relation to my moo.

Post by Avalin » Tue Feb 09, 2010 10:45 am

I know that ghostcore has everything that I need but their's no documentation, or commenting on the code, combat isn't actually queued and their skill/stat dependancy confused me the last time I looked...
So, I was wondering, is that based off the lambda core? Could I take parts that I understand and port them over to my blank db?
How do I get a list of props on an object? I tried @props and @properties and neither worked.
For queuing, I guess it's a while loop so I could figure that out. Can properties contain a subproperty? for example.
$player.head.coverage= $player.head.description =?
If not, would I do something like $locations and list them and then use properties that way? It's just a few fundimental parts I don't get of the language, and then I should be up and running.
Thanks.

Post Reply