Index

SetEggOrbData

SetEggOrbData(<-eggOrOrb <-initData)

Description

Sets data on the supplied egg or orb.

The following key values must be fully lowercased.

The possible values in initTable are:

:!: There isn't perfect symmetry between CreateOrb and CreateEgg. CreateEgg doesn't pay attention to “attachedto” or “attachedtoobj”. CreateOrb does. SetEggOrbData pays attention to “attachedto” but what it attaches to has to be another egg or orb (otherwise it ignores it). SetEggOrbData does not pay attention to “attachedtoobj” (for either an egg or org).

Examples

Table("payload" 100) ->data
SetEggOrbData(<-data)

Index