Contents
Divinity
Divinity.Get.Color(name As String) As String
- Description=Get the divinity color.
- Values
- name=The divinity to search for.
- Returns=The color of the divinity which can be used for messages.
- Example=Divinity.Get.Color("Fire")
Divinity.Get.God(name As String) As String
- Description=Get the divinity god name.
- Values
- name=The divinity to search for.
- Returns=The god's name of the divinity which can be used for messages.
- Example=Divinity.Get.God("Ice")
Divinity.Get.Drops(name As String, level As Integer) As String
- Description=Get the divinity global drop name based on level.
- Values
- name=The divinity to search for.
- level =The level to search for.
- Returns=The item name that drops.
- Example=Divinity.Get.Drops("Ice", 25)