augmentedspartan
Surviving in the Metro
Poll sites sound like the easiest method.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
PaulHaynek Do we have to wait for everybody to introduce themselves before we continue to rp?
AightYour character can talk to other characters while we wait for everyone to introduce themselves. Like what you guys are doing right now.
second one, or the last two from my opinion.Ok So I'm going to to propose a few ways of voting for what quest the guild wish to claim. Once one is chosen by the majority we'll stick to it.
There will be a poll an hour after this message posts (hopefully, if it works) at the top of the page for this post or you can just say what you prefer in the OOC
Option1:
Make a poll at the top of each IC to vote for quests
The down side is that the polls on RPN have a limit to 10 Choices
Option 2:
Rank a quest from 1-10 and the quest with the higher score from that guild is claimed by them
Suggested by June Verles
Option 3:
Put up what quest you want to do in this OOC and Paul and I will count the votes there
Option 4:
Assign Ravens the Cookies/likes
Wolves the Heart/loves
Cast those at Votes
this means I would have to re submit each quest as a separate post. I don't mind to do this if this is what people want
Option 5:
Goolge Survey, may be over the top but its an option
here's a test survey, they're easy to make: Test Guild Quest Poll
don't know how the execution will go
Option 6:
Use this neat site that creates polls:
poal.me
June Verles AI10100 Elekta Kount Damafaud Panzer Abendrot Vampunk Soma Schicksal PaulHaynek Maine Coon Ineptitude @radical Fenris SadSnake
AgWordSmith PaulHaynek What does the Wolf Guild hall look like? I just figured it might be handy for future reference and I don't think it's been mentioned what the guild halls look like.
UasalThis is NOT required.
you don't have to use this
but some people asked for the IC code I'm using
you DO NOT have to have a code for your IC post
you DO NOT have to use this one if you want to use a code
this is just for those who want to use it or wanted to take a look at the code
[class=Notes] // Forward slashes are comments and do no show up in the final design, these are to help you find everything easily and explain some code as well. These comments must be with in a class or script tags in order to be hidden, from what I know// // Long URls are images # followed by letter and numbers are Hex codes or color codes, the only colors that are NAMED and do not use hex codes are White and Silver// // This code does not show breaks unless is shows the
code When typing responses to rps, be aware that when you press enter it will not show that you did. You'll have to use the
tags or you may copy and paste:
after each time you want to show a paragraph break you'll only need it one
if you only what to start at the next line// [/class] [class=hidden] display:none; //Allows hidden things to be hidden until they are told to be shown// [/class] [class=Button2] background-color: #102f7e; color: White; text-align:center; padding:5px; width:100%; //The Button with the OC's Name in it// [/class] [class name=ButtonClick2] background-color: #081b4d; color: Silver; text-align:center; padding: 5px; width:100%; //What the button looks like when clicked This is actually not necessary, but I copied this from a previous code and decided not to mess with it.// [/class] [class name=Button2 state=hover] background-color: #081b4d; cursor:pointer; color:white; //What the button looks like when a mouse hovers over it// [/class] [script class=Button2 on=click] //This script allows the button to do its button thing// removeClass ButtonClick2 Button2 addClass ButtonClick2 set link (getText) if (eq "${link}" "Name") (hide Tags) if (eq "${link}" "Name") (show Stats) if (eq "${link}" "Name") (show Equip) if (eq "${link}" "Name") (hide Name) //IMPORTANT // When you put in your OC's name into the button // you have to put it in the " " here in the code // THE EXACT NAME // just copy and paste it above in each " " and it will work// if (eq "${link}" "Status") (show Tags) if (eq "${link}" "Status") (hide Stats) if (eq "${link}" "Status") (hide Equip) if (eq "${link}" "Status") (show Name) //you don't have to change this //UNLESS you replaced the word "Status" in the button //THEN YOU HAVE TO REPLACE IT HERE TO //best to just not replace it if you're unfamiliar with code and just want the thing to work// [/script]
[class=Notes] //Bellow are the Buttons the first line is the button where you will change your Name the second line you don't have to change// [/class] [div class="Button2 Name"][/div] [div class="Button2 Equip hidden"]Name[/div] [div class=Tags style="font-family: Oldenburg; Font-size: 85%;Text-align:center;color:black;"] [class=Notes] //The div box below is where you will change the image this is the image people will see when the page first loads typically the image of what your OC looks like// //TIP if your image shows up a bit distorted or out of place Change the Background-size and background-position properties till it looks like how you want it// [/class]Status
Interacting:
@
Mentioned:
@
Located:
Location; Action [/div] [div class="Stats hidden" style="font-family: Oldenburg; Font-size: 85%;Text-align:center;color:black;"] [class=Notes] //The div box below is where you will change the image this is the image people will see when they click the button typically the image of what your Armor/clothes/or weapon looks like //TIP if your image shows up a bit distorted or out of place Change the Background-size and background-position properties till it looks like how you want it// [/class]
Currency:
Weapon(s):
Armor:
[/div]Text
Code:[nobr] [bg=#ece7dc] [class=Notes] // Forward slashes are comments and do no show up in the final design, these are to help you find everything easily and explain some code as well. These comments must be with in a class or script tags in order to be hidden, from what I know// // Long URls are images # followed by letter and numbers are Hex codes or color codes, the only colors that are NAMED and do not use hex codes are White and Silver// // This code does not show breaks unless is shows the [br][/br] code When typing responses to rps, be aware that when you press enter it will not show that you did. You'll have to use the [br][/br] tags or you may copy and paste: [br][/br][br][/br] after each time you want to show a paragraph break you'll only need it one [br][/br] if you only what to start at the next line// [/class] [class=hidden] display:none; //Allows hidden things to be hidden until they are told to be shown// [/class] [class=Button] background-color: #102f7e; color: White; text-align:center; padding:5px; width:100%; //The Button with the OC's Name in it// [/class] [class name=ButtonClick] background-color: #081b4d; color: Silver; text-align:center; padding: 5px; width:100%; //What the button looks like when clicked This is actually not necessary, but I copied this from a previous code and decided not to mess with it.// [/class] [class name=Button state=hover] background-color: #081b4d; cursor:pointer; color:white; //What the button looks like when a mouse hovers over it// [/class] [script class=Button on=click] //This script allows the button to do its button thing// removeClass ButtonClick Button addClass ButtonClick set link (getText) if (eq "${link}" "Name") (hide Tags) if (eq "${link}" "Name") (show Stats) if (eq "${link}" "Name") (show Equip) if (eq "${link}" "Name") (hide Name) //IMPORTANT // When you put in your OC's name into the button // you have to put it in the " " here in the code // THE EXACT NAME // just copy and paste it above in each " " and it will work// if (eq "${link}" "Status") (show Tags) if (eq "${link}" "Status") (hide Stats) if (eq "${link}" "Status") (hide Equip) if (eq "${link}" "Status") (show Name) //you don't have to change this //UNLESS you replaced the word "Status" in the button //THEN YOU HAVE TO REPLACE IT HERE TO //best to just not replace it if you're unfamiliar with code and just want the thing to work// [/script] [div=border-bottom: solid 2px #102f7e;][/div] [br][/br] [row][column=span2] [class=Notes] //Bellow are the Buttons the first line is the button where you will change your Name the second line you don't have to change// [/class] [div class="Button Name"][div=border:1px SOLID silver;padding:3px;][div=margin-bottom:-4px;][font=Macondo][SIZE=5]Name[/SIZE][/font][/div][/div][/div] [div class="Button Equip hidden"][div=border:1px SOLID silver;padding:3px;][div=margin-bottom:-4px;][font=Macondo][SIZE=5]Status[/SIZE][/font][/div][/div][/div] [div class=Tags style="font-family: Oldenburg; Font-size: 85%;Text-align:center;color:black;"] [class=Notes] //The div box below is where you will change the image this is the image people will see when the page first loads typically the image of what your OC looks like// //TIP if your image shows up a bit distorted or out of place Change the Background-size and background-position properties till it looks like how you want it// [/class] [div=margin:0px auto; margin-top:10px; border: 2px SOLID #102f7e; border-radius: 50%; width:150px; height:150px; overflow:hidden; background:url(https://cdn.discordapp.com/attachments/359734207024463882/439046648375541760/latest.jpg); background-size: 100% 100%;] [/div][br][/br] Interacting:[br][/br] @ [br][/br] [br][/br] Mentioned:[br][/br] @ [br][/br] [br][/br] Located:[br][/br] Location; Action [/div] [div class="Stats hidden" style="font-family: Oldenburg; Font-size: 85%;Text-align:center;color:black;"] [class=Notes] //The div box below is where you will change the image this is the image people will see when they click the button typically the image of what your Armor/clothes/or weapon looks like //TIP if your image shows up a bit distorted or out of place Change the Background-size and background-position properties till it looks like how you want it// [/class] [div=margin:0px auto; margin-top:10px; border: 2px SOLID #102f7e; border-radius: 50%; width:150px; height:150px; overflow:hidden; background:url(https://cdn.discordapp.com/attachments/359734207024463882/439046648375541760/latest.jpg); background-size: 100% 100%; background-position: 100% 100%;] [/div][br][/br] Currency:[br][/br] [br][/br] [br][/br] Weapon(s):[br][/br] [br][/br] [br][/br] Armor:[br][/br] [br][/br] [/div] [/column][column=span6][font=Oldenburg] [CENTER][color=black] Text [/color][/CENTER][/font] [/column][/row] [br][/br] [div=border-bottom: solid 2px #102f7e;][/div] [/bg] [/nobr]
[class=Notes] // Forward slashes are comments and do no show up in the final design, these are to help you find everything easily and explain some code as well. These comments must be with in a class or script tags in order to be hidden, from what I know// // Long URls are images # followed by letter and numbers are Hex codes or color codes, the only colors that are NAMED and do not use hex codes are White and Silver// // This code does not show breaks unless is shows the
code When typing responses to rps, be aware that when you press enter it will not show that you did. You'll have to use the
tags or you may copy and paste:
after each time you want to show a paragraph break you'll only need it one
if you only what to start at the next line// [/class] [class=hidden] display:none; //Allows hidden things to be hidden until they are told to be shown// [/class] [class=Button] background-color: #35a22f; color: #f8cc2d; text-align:center; padding:5px; width:100%; //The Button with the OC's Name in it// [/class] [class name=ButtonClick] background-color: #0e610a; color: #f8cc2d; text-align:center; padding: 5px; width:100%; //What the button looks like when clicked This is actually not necessary, but I copied this from a previous code and decided not to mess with it.// [/class] [class name=Button state=hover] background-color: #0e610a; cursor:pointer; color:#f8cc2d; //What the button looks like when a mouse hovers over it// [/class] [script class=Button on=click] //This script allows the button to do its button thing// removeClass ButtonClick Button addClass ButtonClick set link (getText) if (eq "${link}" "Name") (hide Tags) if (eq "${link}" "Name") (show Stats) if (eq "${link}" "Name") (show Equip) if (eq "${link}" "Name") (hide Name) //IMPORTANT // When you put in your OC's name into the button // you have to put it in the " " here in the code // THE EXACT NAME // just copy and paste it above in each " " and it will work// if (eq "${link}" "Status") (show Tags) if (eq "${link}" "Status") (hide Stats) if (eq "${link}" "Status") (hide Equip) if (eq "${link}" "Status") (show Name) //you don't have to change this //UNLESS you replaced the word "Status" in the button //THEN YOU HAVE TO REPLACE IT HERE TO //best to just not replace it if you're unfamiliar with code and just want the thing to work// [/script]
[class=Notes] //Bellow are the Buttons the first line is the button where you will change your Name the second line you don't have to change// [/class] [div class="Button Name"][/div] [div class="Button Equip hidden"]Name[/div] [div class=Tags style="font-family: Oldenburg; Font-size: 85%;Text-align:center;color:black;"] [class=Notes] //The div box below is where you will change the image this is the image people will see when the page first loads typically the image of what your OC looks like// //TIP if your image shows up a bit distorted or out of place Change the Background-size and background-position properties till it looks like how you want it// [/class]Status
Interacting:
@
Mentioned:
@
Located:
Location; Action [/div] [div class="Stats hidden" style="font-family: Oldenburg; Font-size: 85%;Text-align:center;color:black;"] [class=Notes] //The div box below is where you will change the image this is the image people will see when they click the button typically the image of what your Armor/clothes/or weapon looks like //TIP if your image shows up a bit distorted or out of place Change the Background-size and background-position properties till it looks like how you want it// [/class]
Currency:
Weapon(s):
Armor:
[/div]Text
Code:[nobr] [bg=#ece7dc] [class=Notes] // Forward slashes are comments and do no show up in the final design, these are to help you find everything easily and explain some code as well. These comments must be with in a class or script tags in order to be hidden, from what I know// // Long URls are images # followed by letter and numbers are Hex codes or color codes, the only colors that are NAMED and do not use hex codes are White and Silver// // This code does not show breaks unless is shows the [br][/br] code When typing responses to rps, be aware that when you press enter it will not show that you did. You'll have to use the [br][/br] tags or you may copy and paste: [br][/br][br][/br] after each time you want to show a paragraph break you'll only need it one [br][/br] if you only what to start at the next line// [/class] [class=hidden] display:none; //Allows hidden things to be hidden until they are told to be shown// [/class] [class=Button] background-color: #35a22f; color: #f8cc2d; text-align:center; padding:5px; width:100%; //The Button with the OC's Name in it// [/class] [class name=ButtonClick] background-color: #0e610a; color: #f8cc2d; text-align:center; padding: 5px; width:100%; //What the button looks like when clicked This is actually not necessary, but I copied this from a previous code and decided not to mess with it.// [/class] [class name=Button state=hover] background-color: #0e610a; cursor:pointer; color:#f8cc2d; //What the button looks like when a mouse hovers over it// [/class] [script class=Button on=click] //This script allows the button to do its button thing// removeClass ButtonClick Button addClass ButtonClick set link (getText) if (eq "${link}" "Name") (hide Tags) if (eq "${link}" "Name") (show Stats) if (eq "${link}" "Name") (show Equip) if (eq "${link}" "Name") (hide Name) //IMPORTANT // When you put in your OC's name into the button // you have to put it in the " " here in the code // THE EXACT NAME // just copy and paste it above in each " " and it will work// if (eq "${link}" "Status") (show Tags) if (eq "${link}" "Status") (hide Stats) if (eq "${link}" "Status") (hide Equip) if (eq "${link}" "Status") (show Name) //you don't have to change this //UNLESS you replaced the word "Status" in the button //THEN YOU HAVE TO REPLACE IT HERE TO //best to just not replace it if you're unfamiliar with code and just want the thing to work// [/script] [div=border-bottom: solid 2px #35a22f;][/div] [br][/br] [row][column=span2] [class=Notes] //Bellow are the Buttons the first line is the button where you will change your Name the second line you don't have to change// [/class] [div class="Button Name"][div=border:1px SOLID #f8cc2d;padding:3px;][div=margin-bottom:-4px;][font=Macondo][SIZE=5]Name[/SIZE][/font][/div][/div][/div] [div class="Button Equip hidden"][div=border:1px SOLID #f8cc2d;padding:3px;][div=margin-bottom:-4px;][font=Macondo][SIZE=5]Status[/SIZE][/font][/div][/div][/div] [div class=Tags style="font-family: Oldenburg; Font-size: 85%;Text-align:center;color:black;"] [class=Notes] //The div box below is where you will change the image this is the image people will see when the page first loads typically the image of what your OC looks like// //TIP if your image shows up a bit distorted or out of place Change the Background-size and background-position properties till it looks like how you want it// [/class] [div=margin:0px auto; margin-top:10px; border: 2px SOLID #35a22f; border-radius: 50%; width:150px; height:150px; overflow:hidden; background:url(https://cdn.discordapp.com/attachments/359734207024463882/439046648375541760/latest.jpg); background-size: 100% 100%;background-position:0px 0px;] [/div][br][/br] Interacting:[br][/br] @ [br][/br] [br][/br] Mentioned:[br][/br] @ [br][/br] [br][/br] Located:[br][/br] Location; Action [/div] [div class="Stats hidden" style="font-family: Oldenburg; Font-size: 85%;Text-align:center;color:black;"] [class=Notes] //The div box below is where you will change the image this is the image people will see when they click the button typically the image of what your Armor/clothes/or weapon looks like //TIP if your image shows up a bit distorted or out of place Change the Background-size and background-position properties till it looks like how you want it// [/class] [div=margin:0px auto; margin-top:10px; border: 2px SOLID #35a22f; border-radius: 50%; width:150px; height:150px; overflow:hidden; background:url(https://cdn.discordapp.com/attachments/359734207024463882/439046648375541760/latest.jpg); background-size: 100% 100%; background-position:100% 100%;] [/div][br][/br] Currency:[br][/br] [br][/br] [br][/br] Weapon(s):[br][/br] [br][/br] [br][/br] Armor:[br][/br] [br][/br] [/div] [/column][column=span6][font=Oldenburg] [CENTER][color=black= Text [/color][/CENTER][/font] [/column][/row] [br][/br] [div=border-bottom: solid 2px #35a22f;][/div] [/bg] [/nobr]