Thread: Website Stone
View Single Post
Old 04-20-2005, 12:00 AM   #1 (permalink)
mikefrisk
 
mikefrisk's Avatar
 
Join Date: Dec 2004
Location: test
Age: 20
Posts: 54
Send a message via ICQ to mikefrisk Send a message via AIM to mikefrisk
Post Website Stone

This is a simple script i created, I couldnt find a webstone, im sure there is one. But thought i would share this anyway.

Prety much just a stone, that when you double click it, it takes you to a website..

Just change this line:
Code:
      public override void OnDoubleClick( Mobile from ) 
      { 
      from.LaunchBrowser( "http://Aoc.MichaelFrisk.com" );//Edit Website Here
To something like:
Code:
      public override void OnDoubleClick( Mobile from ) 
      { 
      from.LaunchBrowser( "http://Yourshardsite.com" );//Edit Website Here
Just put your website where it says ");//Edit Website Here"

Thats it.. have fun.
Attached Files
File Type: cs WebStone.cs (873 Bytes, 193 views)
__________________
Click here to join Age Of Chaos
AOC is a regless, pvp, rp, quests and more shard.

AOC Website
mikefrisk is offline   Reply With Quote