turf
Entered(atom/movable/A)
if(istype(A,/mob/Newchar))
var/encounter = src.encounterrate / 10
encounter += rand(0,10)
if(encounter >= 10)
A.EnemyParty()
return
mob
EnemyParty()
Any reason why?
ID:171824
Aug 3 2004, 5:23 pm
|
|
I get undefined proc type for this code
turf Any reason why? |
Aug 3 2004, 5:32 pm
|
|
Metroid wrote:
|
In response to Teh Governator
|
|
Oh yeah, dumb me. Thanks =D
|