mob/var/GM = 0 |
ID:292082
May 15 2010, 3:57 am (Edited on May 15 2010, 5:08 am)
|
|
#1 May 15 2010, 4:04 am
|
|
It will not work. The medall will not save in hub. You need to check "Require authentication for live games" and put a hubpassword and use this "SetMedal(medal, player, hub=world.hub, hub_password=world.hub_password)"
| |
#2 May 15 2010, 4:07 am
|
||
lol you're giving a medal for being GM?
Those calls to GetMedal() do absolutely nothing, except maybe pointlessly delay the game while the hub is contacted.
You don't need to give it the hub or password, it automatically defaults to the world variables. | ||
The part of password is for security but the "Require authentication for live games" you need it checked or the medals won't show on hub.
| |
Yes, you have to have a password on your hub. But you don't have to put it in the medal procs.
If anything, putting it there just lowers security. | |