With the inability to post code boxes on the forums, I thought it would be a good Idea for us to start shairing our ideas and methods for how to use this forum.
Here are a few Ides. First is links to the old board. This may cause a problem If the URL's change once it is archived.
Posting to a single post on the old boards It is possiable to post a lintk to a single post on the old boards. The problem in this is that you have to have the post #. with the closeing of the foruns the post number is no longer as easy to get. We can still git it however if there is a code block in the post. Here is the method to link to a songle post if it has a code block in the post.
Go to the post on the boards. copy paste the url somewhere. example; The url of the second page of home brew functions is:
http://nwn.bioware.c...&forum=47&sp=15
Next click on the link to view the post code in the post. Here is the url form one on that page.
http://nwn.bioware.c...ml?post=2005871
at the end of this second url is out post Number. What we want to do is add it to the end of the first url with an ampersand and change the viewtopic to viewpost.
and you end up with this:
http://nwn.bioware.c...15&post=2005871
Use of BBC
object oPC= GetFirstPC();
while (GetIsObjectValid(oPC))
{
if (GetArea(oPC)==oArea) return TRUE;
}
return FALSE;
[/list] }
How you ask ?
In a text editor or the script editor use the find and replace text option.
Find all the '{' and replace with '{<list] ' using [ instead of the < of course.
then find all '}' and replace with ' </List] }' again useing the square braces in place of the <
then copy and past and you are good to go.
Again it does help if you do not have spaces at the start of the lines when you start.
If you hit the Quote button on this post you can look at the BBC code in the Quote box.
Modifié par Lightfoot8, 19 juillet 2010 - 10:35 .