About: NPC Stay's Seated During Conversation   Sponge Permalink

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

This can be handled several ways. But the simplest is to use a version of the above function in the Root text (first line) of the NPC. Place this script in the "Actions Taken" script handle on the first line of the NPCs conversation. Note: you must remove the nw_walk_wp script from the "End Conversation Normally" script handle found in the "Current File" Tab or the NPC will stand up at the end of the conversation.

AttributesValues
rdfs:label
  • NPC Stay's Seated During Conversation
rdfs:comment
  • This can be handled several ways. But the simplest is to use a version of the above function in the Root text (first line) of the NPC. Place this script in the "Actions Taken" script handle on the first line of the NPCs conversation. Note: you must remove the nw_walk_wp script from the "End Conversation Normally" script handle found in the "Current File" Tab or the NPC will stand up at the end of the conversation.
dcterms:subject
abstract
  • This can be handled several ways. But the simplest is to use a version of the above function in the Root text (first line) of the NPC. Place this script in the "Actions Taken" script handle on the first line of the NPCs conversation. Note: you must remove the nw_walk_wp script from the "End Conversation Normally" script handle found in the "Current File" Tab or the NPC will stand up at the end of the conversation. ///////////////////////////////////////////////////////// //Place in "Actions Taken" of the NPCs first convo node //Make sure tag is correct and remove the nw_walk_wp //script from the End Conversation Normally handle. ///////////////////////////////////////////////////////// void main() { object oChair = GetNearestObjectByTag("Chair"); //Make sure no one is in chair, if not sit-down. if(!GetIsObjectValid(GetSittingCreature(oChair))) { ClearAllActions(); //This is so he don't spin in his chair, following you. 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