Thread: NPC: Console
View Single Post
  #1  
Old 03-06-2005, 07:27 PM
Velox Cruentus Velox Cruentus is offline
Registered User
Velox Cruentus's Avatar
Join Date: Dec 2004
Location: Quebec, Canada
Posts: 465
Velox Cruentus is on a distinguished road
Send a message via ICQ to Velox Cruentus Send a message via AIM to Velox Cruentus
NPC: Console

This is just an NPC I made to debug my other NPCs...

I dubbed it Console, for that's practically what it does.

Minor adjustment to other files...

Text Editor:
function requestListEntryText(reqtype, reqname) {
Becomes
public function requestListEntryText(reqtype, reqname) {

That's all.

To put a message in the Console, do 'Console.msg("text")'
Say "help" on console for a list of commands I put in.

Enjoy!

EDIT: Press F6 to open Console
Attached Files
File Type: txt script_Console.txt (6.2 KB, 281 views)
Reply With Quote