mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-03 11:12:25 +00:00
Updated Emote Colors (markdown)
parent
6c20a3f329
commit
9934bd4452
@ -8,6 +8,20 @@ Example(s)
|
|||||||
(Also applicable to quest API calls)
|
(Also applicable to quest API calls)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Visual Reference
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
```perl
|
||||||
|
if ($text=~/colors/i) {
|
||||||
|
for ($i = 0; $i < 100; $i++) {
|
||||||
|
$client->Message($i, "Emote Color ID (" . $i . ")");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### Table Reference
|
||||||
|
|
||||||
|ID|Color|
|
|ID|Color|
|
||||||
|--- |--- |
|
|--- |--- |
|
||||||
|0|white|
|
|0|white|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user