world_topic_handler  
| Vars | |
| requires_commskey | Set this to TRUE if the topic handler needs an authorised comms key | 
|---|---|
| topic_key | Key which invokes this topic | 
| Procs | |
| execute | Actually executes the user's topic | 
| invoke | Invokes the world/Topic handler | 
Var Details
requires_commskey  
Set this to TRUE if the topic handler needs an authorised comms key
topic_key  
Key which invokes this topic
Proc Details
execute
Actually executes the user's topic
Override this to do your work in subtypes of this topic
Arguments:
- input - The list of topic data, sent from [/world/proc/Topic]
- key_valid - Has the user entered the correct auth key
invoke
Invokes the world/Topic handler
This includes sanity checking for if the key is required, as well as other sanity checks DO NOT OVERRIDE Arguments:
- input - The list of topic data, sent from [/world/proc/Topic]