mob/GM/Give(mob/M as mob in world)
M.verbs += 'Give GM'
M << "You have recived GM Powers!"
<'DM'>
I have some trouble with this code....
it keeps giving this error :
loading testwereld.dme
testwereld.dm:250:error: missing left-hand argument to <.
testwereld.dmb - 1 error, 0 warnings (double-click on an error to jump to it)
can anyone help?
( this code isn't mine and I'm new to coding and I have
NO CLUE what I should do)
( and yes I'll read the guide !! )
ID:262300
![]() Apr 3 2005, 12:00 am
|
|
O-matic wrote:
mob/GM/Give(mob/M as mob in world) |
O-matic wrote:
O-matic wrote: O.O why is there a <'DM'> in your code? |
mob/GM/Give(mob/M as mob in world) another solution could be mob/GM/Give(mob/M as mob in world) I didn't run these threw a compiler, so it might not work without some indenting work. and if for some ungoddly reason you have <'DM'> in your code. Remove it strait away. This does nothing. and causes Errors. Which by the look of the error you posted. Is the cause of your error. |
Ummm, Where is line 250?