I know. Whats your point? I didnt ask how to play uo, i figured you know sence everything depends on pol on my shard, that maybe.. just MAYBE it had to do something with pol. But i guess im an idiot for thinking that right?
Author
Message
Exar Kun
Joined: 19 Apr 2006 Posts: 42 Location: St. Peters, MO
Posted: Tue Apr 25, 2006 8:35 pm Post subject:
Hey Poi...welcome to the lovely POL community. Take your coat off and bend on over.
Your question is a tough one. Are you using POL095? Did you get your server from someone else or is it distro?
You might try looking up the inscription.src (assuming you have one) and stick some Print statements in different places in the script. That will force the script to print things to your console so you can track what parts of the script are running and which aren't. It's a great troubleshooting tool.
use uo;
use os;
include "include\perversionofcoding";
program inscription ( character )
Print ( "Inscription runs.");
var scribe := ( character );
if ( !scribe )
Print ( "The script didn't get a character passed to it, UHOH!" );
return;
endif
etc, etc, etc.
Author
Message
MontuZ Distro Developer
Joined: 10 Feb 2006 Posts: 293 Location: Myrtle Beach, South Carolina
Posted: Tue Apr 25, 2006 8:41 pm Post subject:
Poi, there aren't any guidelines to posting(On the old forum there was), but telling us your core version, distro or not, and possibly posting the script(inscription.src) would help us out a lot and be able to shoot a quick answer your way.