Command line interface working command 08/05/2012 - DarkOrbit - 27 Replies I found only one working command:
Enter "J" when you are in teleport
Anyone know other commands?
/npc command 11/09/2009 - CO2 Private Server - 7 Replies Hi, i was trying to create a Command for the CoFuture source and i have this completed
if (Splitter == "/npc")
{
Start.Npcs.Clear();
Database.LoadNpcs();
return 2;
}