Page 1 of 1
Yeah.. its me again, Inscription?
Posted: Sun Apr 23, 2006 2:10 pm
by Poi
How come inscription does not work? I can click the skill, click some blank scrolls and it doesnt do anything after that
Posted: Mon Apr 24, 2006 11:09 am
by Matrix
This is not a forum about *How to play UO*
Posted: Tue Apr 25, 2006 1:37 pm
by Poi
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?
Posted: Tue Apr 25, 2006 4:35 pm
by Exar Kun
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.
Posted: Tue Apr 25, 2006 4:41 pm
by MontuZ
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.