RPG Starter

by Falacy
An Open Source Demo/Game with everything you'll need to get started on your very own BYOND Game!
ID:292081
 
var/const/Motd = {"
<center><b>A motd made by darker legends</b></center>
"}

client
proc
ShowMotd()
src << browse(Motd,"window=Stats;size=600x400")
verb
showmotd()
ShowMotd()


I actually tested this.
Shouldn't be a constant var, and that show proc is pointless, just do it in the verb.
In response to Falacy
Yes sir! thanks for your comment