About: PCs sit in chairs   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : dbkwik.org associated with source dataset(s)

To Make the chairs "usable" and place the following script in the "OnUsed" Script handle. Note: This script can also be placed in the OnUsed of an Invisable Object. This object can then be placed on other tings. Place 2 on a bench so more than one person can sit down.

AttributesValues
rdfs:label
  • PCs sit in chairs
rdfs:comment
  • To Make the chairs "usable" and place the following script in the "OnUsed" Script handle. Note: This script can also be placed in the OnUsed of an Invisable Object. This object can then be placed on other tings. Place 2 on a bench so more than one person can sit down.
dcterms:subject
abstract
  • To Make the chairs "usable" and place the following script in the "OnUsed" Script handle. Note: This script can also be placed in the OnUsed of an Invisable Object. This object can then be placed on other tings. Place 2 on a bench so more than one person can sit down. ////////////////////////////////////////////////// //Function: Use on placeables so PCs can sit. //Ver: 1.0 //Modified by: //Date: /////////////////////////////////////////////////////// //Place this script in the OnUsed handler of the object /////////////////////////////////////////////////////// void main() { object oChair = OBJECT_SELF; //Make sure no one is in chair, if not sitdown. if(!GetIsObjectValid(GetSittingCreature(oChair))) { AssignCommand(GetLastUsedBy(),ActionSit(oChair)); } } //End
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