Changeset 251 for quests/includes/global_function.php
- Timestamp:
- Jan 20, 2008, 8:44:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quests/includes/global_function.php
r250 r251 63 63 array('4','Moderátor', 'red', 'Pøihlá¹ení u¾ivatelù'), 64 64 array('5','Hlasování', 'yellowgreen', 'Pøihlá¹ení u¾ivatelù'), 65 array('6','Npc_text', 'tomato', 'Operace s NPC_texty'), 65 66 ); 66 67 … … 81 82 } // END function Log 82 83 84 $npc_text = array( 85 '0' => 'text0_0', 86 '1' => 'text0_1', 87 '2' => 'text1_0', 88 '3' => 'text1_1', 89 '4' => 'text2_0', 90 '5' => 'text2_1', 91 '6' => 'text3_0', 92 '7' => 'text3_1', 93 '8' => 'text4_0', 94 '9' => 'text4_1', 95 '10' => 'text5_0', 96 '11' => 'text5_1', 97 '12' => 'text6_0', 98 '13' => 'text6_1', 99 '14' => 'text7_0', 100 '15' => 'text7_1', 101 ); 102 83 103 ?>
Note:
See TracChangeset
for help on using the changeset viewer.