ID:150086
 
how can i make it so only I can control weather? im sick of people screwing it up using snow snow snow snow!!!!!!

please help
You would have to make it a proc and devise a keychecking system, and add the verb only when your key connects, example:


mob/proc/Blah()
usr<<"You blah!"

mob
proc
keycheck()
if(src.key == "Your key")
src.verbs+=/mob/proc/Blah
..()
else
..()

mob/Login()
..()
src.keycheck()
In response to Nadrew
sorry, i have no clue what to put in the blah area ??????????????

heh, blah() dont know what to put, im using the weather demo in the DMEO section. can ya help me out just a lil more
In response to Migzor
Nope, sorry I've never seen that demo.