Ignore:
Timestamp:
Jan 20, 2008, 8:44:37 PM (17 years ago)
Author:
maron
Message:

NPC_text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quests/includes/global_function.php

    r250 r251  
    6363  array('4','Moderátor', 'red', 'Pøihlá¹ení u¾ivatelù'),
    6464  array('5','Hlasování', 'yellowgreen', 'Pøihlá¹ení u¾ivatelù'),
     65  array('6','Npc_text', 'tomato', 'Operace s NPC_texty'),
    6566);
    6667
     
    8182  } // END function Log
    8283
     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
    83103?>
Note: See TracChangeset for help on using the changeset viewer.