EvilDragonfiend

Joined: Jun 23 2021

Subject
Replies
Date
Location
 
#define FLAG_ON 1 var/flag = 0 #define TURN_ON_BITFIELD(X) THIS | X flag |= FLAG_ON flag = THIS | FLAG_ON flag = …
2
 
Follow up post of https://www.byond.com/forum/ post/2919636 I figured transform might be what we want eventually …
2
 
Title. * It will be static within the same typepath (or subtypes in a condition) * If a subtype doesn't define a new …
0
 
https://imgur.com/Afc3uhu If Dream Daemon has an option to join my server as a guest, that'll be incredibly convenient …
0
 
This is the current syntax, DM sample in document. client/verb/loners() var/mob/M var/mob/G usr As you can see, using …
1
 
Give the dmi editor new 3 button options * NONE * Rotate clockwise with client direction * Rotate anti-clockwise with …
7
 
/new_datum/parent_type = /datum::parent_type /another_dupe_datum/ parent_type = /datum::parent_type As the title and …
3
 
"new sight flags to image render regardless of mobs vision qualification(https:// www.byond.com/forum/post/2884097)" …
2
 
https://hackmd.io/ @JbnszxEbQJath2midfcX8g/BkXQzDX22 I am sorry, but I am not good at writing in a fancy format in …
2
 
> right-click = true This allows you to pop up a context menu > right-click = false This prohibits you to pop up a …
0
 
/datum/basic var/category = "Undefined" category::subtype = "subtype category" /datum/basic/some_subtype // category = …
3
 
It'd be nice if context menu shows a verb list instead of item list when it only shows a single item on its list. the …
1
 
I took an answer that this feature request is not feasible because of how server-client works. I instead posted another …
3
 
https://cdn.discordapp.com/ attachments/163794009318359040/ 1049016316272590888/ 205489745-8063d1df-7893-4fa9-8028- 83c41024 …
3
0