About: Make a corpse out of a creature   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

The trick is to use the SetIsDestroyable() command. In the creature's OnDeath script, add the following SetIsDestroyable( FALSE ) ; then kill the creature. EffectDeath() works well in the creature's OnSpawn script ApplyEffectToObject( DURATION_TYPE_INSTANT, EffectDeath(), OBJECT_SELF ) ; This will leave behind the body of the creature. "That's fine, but *all* the corpses are face down."

AttributesValues
rdfs:label
  • Make a corpse out of a creature
rdfs:comment
  • The trick is to use the SetIsDestroyable() command. In the creature's OnDeath script, add the following SetIsDestroyable( FALSE ) ; then kill the creature. EffectDeath() works well in the creature's OnSpawn script ApplyEffectToObject( DURATION_TYPE_INSTANT, EffectDeath(), OBJECT_SELF ) ; This will leave behind the body of the creature. "That's fine, but *all* the corpses are face down."
dcterms:subject
abstract
  • The trick is to use the SetIsDestroyable() command. In the creature's OnDeath script, add the following SetIsDestroyable( FALSE ) ; then kill the creature. EffectDeath() works well in the creature's OnSpawn script ApplyEffectToObject( DURATION_TYPE_INSTANT, EffectDeath(), OBJECT_SELF ) ; This will leave behind the body of the creature. "That's fine, but *all* the corpses are face down."
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software