Jump to content

Whisper Start Warning


Recommended Posts

  • Forum Moderator

You use a dictionary since you don't save anything, in this case you should use a list.

#WARNING_WHISPER_GM = {}
WARNING_WHISPER_GM = []

#constInfo.WARNING_WHISPER_GM.update({targetName : {}})
constInfo.WARNING_WHISPER_GM.append(targetName)

 

  • Love 1
Link to comment
Share on other sites

2 hours ago, VegaS™ said:

You use a dictionary since you don't save anything, in this case you should use a list.


#WARNING_WHISPER_GM = {}
WARNING_WHISPER_GM = []

#constInfo.WARNING_WHISPER_GM.update({targetName : {}})
constInfo.WARNING_WHISPER_GM.append(targetName)

 

I corrected them but I forgot to add them to the topic.

Link to comment
Share on other sites

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.