Author |
Message |
Topic: Parsing on line |
Nosay
Replies: 1
Views: 940
|
Forum: zMUD General Discussion Posted: Thu Jul 13, 2006 2:30 pm Subject: Parsing on line |
How I can get some information from multiple lines.
Like
if there is ME in line 1 then var1 = X
if there is Flex and ME in line 2 then var2 and var3 are X
if there is HW and UP in line 4 then ... |
Topic: Database check |
Nosay
Replies: 1
Views: 1013
|
Forum: zMUD General Discussion Posted: Sun Jul 02, 2006 11:26 pm Subject: Database check |
I'm trying to record mobs and their spells to database.
Like:
'mobname', 'spell'
Bluedragon, 'lightning bolt'
Bluedragon, 'electrocution'
Bluedragon, 'saugaiiiiiiiiiiii'
Problem is how to ... |
|