HowTo Add a NPC Operation: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  Created page with "== Summary ==  # Create new Operation Class in npcclient/npcoperations # Create new Queue-Command in npcclient/networkmgr # Process Command in npcclient/npcmanager and execute..." | No edit summary | ||
| Line 3: | Line 3: | ||
| # Create new Operation Class in npcclient/npcoperations | # Create new Operation Class in npcclient/npcoperations | ||
| # Create new Queue-Command in npcclient/networkmgr | # Create new Queue-Command in npcclient/networkmgr | ||
| # Modify net/npcmessages | |||
| # Process Command in npcclient/npcmanager and execute desired action | # Process Command in npcclient/npcmanager and execute desired action | ||
| [[Category:Engine documents]] [[Category:NPCClient Design]] | [[Category:Engine documents]] [[Category:NPCClient Design]] | ||
Revision as of 15:05, 1 April 2013
Summary
- Create new Operation Class in npcclient/npcoperations
- Create new Queue-Command in npcclient/networkmgr
- Modify net/npcmessages
- Process Command in npcclient/npcmanager and execute desired action